Html Css Color HEX #A592CE Biloba Flower

📋 copy color: '#A592CE'

red 165 ◦ green 146 ◦ blue 206

#A592CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #A592CE

Tints of Biloba Flower #A592CE

RGB

 RED value IS 165 (64.84% from 255) = 31.91%

 GREEN value IS 146 (57.42% from 255) = 28.24%

 BLUE value IS 206 (80.86% from 255) = 39.85%

R = 31.91%
G = 28.24%
B = 39.85%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A592CE (or 0xA592CE) is known color: Biloba Flower. HEX triplet: A5, 92 and CE. RGB value is (165,146,206). Sum of RGB (Red+Green+Blue) = 165+146+206=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #A592CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592CE is #5A6D31. Grayscale: #9E9E9E. Windows color (decimal): -5926194 or 13537957. OLE color: 13537957.

HSL color Cylindrical-coordinate representation of color #A592CE: hue angle of 259º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A592CE is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 146 206 -
CMYK 0.20 0.29 0 0.19
HSL 259º 0.38% 0.69% -
HSV(B) 259º 0.29% 0.81% -
XYZ 36.94 33.01 62.82 -
YUV 158.52 154.79 132.62 -
System Red Green Blue C M Y K H S L
Decimal 165 146 206 0.20 0.29 0 0.19 259 0.38 0.69
Hex A5 92 CE 14 1D 0 13 103 26 45
Octal 245 222 316 24 35 0 23 403 46 105
Binary 10100101 10010010 11001110 10100 11101 0 10011 100000011 100110 1000101

Color Harmonies of #A592CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A592CE

Black with #A592CE

Text Example


Text Example

White with #A592CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A592CE; }

 p { color: rgb(165,146,206); }

 H1.HeaderClassName
 {
   color: #A592CE;
 }
 .AnyTagClassName
 {
   color: #A592CE;
 }
</style>

background-color css

<style>
 a { background-color: #A592CE; }

 a { background-color: rgb(165,146,206); }

 div.DivClassName
 {
   background-color: #A592CE;
 }
 .BgClassName
 {
   background-color: #A592CE;
 }
</style>

border-color css

<style>
 span { border-color: #A592CE; }

 span { border-color: rgb(165,146,206); }

 td.TdClassName
 {
   border-color: #A592CE;
 }
 .TagClassName
 {
   border-color: #A592CE;
 }
</style>