Html Css Color HEX #A492DA Biloba Flower

📋 copy color: '#A492DA'

red 164 ◦ green 146 ◦ blue 218

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

Shades of Biloba Flower #A492DA

Tints of Biloba Flower #A492DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 31.06%
G = 27.65%
B = 41.29%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A492DA (or 0xA492DA) is known color: Biloba Flower. HEX triplet: A4, 92 and DA. RGB value is (164,146,218). Sum of RGB (Red+Green+Blue) = 164+146+218=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #A492DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492DA is #5B6D25. Grayscale: #9F9F9F. Windows color (decimal): -5991718 or 14324388. OLE color: 14324388.

HSL color Cylindrical-coordinate representation of color #A492DA: hue angle of 255º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A492DA is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 146 218 -
CMYK 0.25 0.33 0 0.15
HSL 255º 0.49% 0.71% -
HSV(B) 255º 0.33% 0.85% -
XYZ 38.24 33.51 70.78 -
YUV 159.59 160.96 131.15 -
System Red Green Blue C M Y K H S L
Decimal 164 146 218 0.25 0.33 0 0.15 255 0.49 0.71
Hex A4 92 DA 19 21 0 F FF 31 47
Octal 244 222 332 31 41 0 17 377 61 107
Binary 10100100 10010010 11011010 11001 100001 0 1111 11111111 110001 1000111

Color Harmonies of #A492DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A492DA

Black with #A492DA

Text Example


Text Example

White with #A492DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A492DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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