Html Css Color HEX #A492DB Biloba Flower

📋 copy color: '#A492DB'

red 164 ◦ green 146 ◦ blue 219

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

Shades of Biloba Flower #A492DB

Tints of Biloba Flower #A492DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.4%

R = 31%
G = 27.6%
B = 41.4%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A492DB (or 0xA492DB) is known color: Biloba Flower. HEX triplet: A4, 92 and DB. RGB value is (164,146,219). Sum of RGB (Red+Green+Blue) = 164+146+219=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #A492DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492DB is #5B6D24. Grayscale: #9F9F9F. Windows color (decimal): -5991717 or 14389924. OLE color: 14389924.

HSL color Cylindrical-coordinate representation of color #A492DB: hue angle of 254.79º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A492DB is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 146 219 -
CMYK 0.25 0.33 0 0.14
HSL 254.79º 0.5% 0.72% -
HSV(B) 254.79º 0.33% 0.86% -
XYZ 38.37 33.56 71.47 -
YUV 159.7 161.46 131.06 -
System Red Green Blue C M Y K H S L
Decimal 164 146 219 0.25 0.33 0 0.14 254.79 0.5 0.72
Hex A4 92 DB 19 21 0 E FF 32 48
Octal 244 222 333 31 41 0 16 377 62 110
Binary 10100100 10010010 11011011 11001 100001 0 1110 11111111 110010 1001000

Color Harmonies of #A492DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A492DB

Black with #A492DB

Text Example


Text Example

White with #A492DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A492DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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