Html Css Color HEX #A492CB Biloba Flower

📋 copy color: '#A492CB'

red 164 ◦ green 146 ◦ blue 203

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

Shades of Biloba Flower #A492CB

Tints of Biloba Flower #A492CB

RGB

 RED value IS 164 (64.45% from 255) = 31.97%

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

 BLUE value IS 203 (79.69% from 255) = 39.57%

R = 31.97%
G = 28.46%
B = 39.57%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A492CB (or 0xA492CB) is known color: Biloba Flower. HEX triplet: A4, 92 and CB. RGB value is (164,146,203). Sum of RGB (Red+Green+Blue) = 164+146+203=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #A492CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492CB is #5B6D34. Grayscale: #9D9D9D. Windows color (decimal): -5991733 or 13341348. OLE color: 13341348.

HSL color Cylindrical-coordinate representation of color #A492CB: hue angle of 258.95º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A492CB is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 146 203 -
CMYK 0.19 0.28 0 0.20
HSL 258.95º 0.35% 0.68% -
HSV(B) 258.95º 0.28% 0.8% -
XYZ 36.37 32.76 60.91 -
YUV 157.88 153.46 132.37 -
System Red Green Blue C M Y K H S L
Decimal 164 146 203 0.19 0.28 0 0.20 258.95 0.35 0.68
Hex A4 92 CB 13 1C 0 14 103 23 44
Octal 244 222 313 23 34 0 24 403 43 104
Binary 10100100 10010010 11001011 10011 11100 0 10100 100000011 100011 1000100

Color Harmonies of #A492CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A492CB

Black with #A492CB

Text Example


Text Example

White with #A492CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A492CB; }

 p { color: rgb(164,146,203); }

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

background-color css

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

 a { background-color: rgb(164,146,203); }

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

border-color css

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

 span { border-color: rgb(164,146,203); }

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