Html Css Color HEX #A492DE Biloba Flower

📋 copy color: '#A492DE'

red 164 ◦ green 146 ◦ blue 222

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

Shades of Biloba Flower #A492DE

Tints of Biloba Flower #A492DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.73%

R = 30.83%
G = 27.44%
B = 41.73%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A492DE (or 0xA492DE) is known color: Biloba Flower. HEX triplet: A4, 92 and DE. RGB value is (164,146,222). Sum of RGB (Red+Green+Blue) = 164+146+222=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #A492DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492DE is #5B6D21. Grayscale: #9F9F9F. Windows color (decimal): -5991714 or 14586532. OLE color: 14586532.

HSL color Cylindrical-coordinate representation of color #A492DE: hue angle of 254.21º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A492DE is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 146 222 -
CMYK 0.26 0.34 0 0.13
HSL 254.21º 0.54% 0.72% -
HSV(B) 254.21º 0.34% 0.87% -
XYZ 38.77 33.72 73.57 -
YUV 160.05 162.96 130.82 -
System Red Green Blue C M Y K H S L
Decimal 164 146 222 0.26 0.34 0 0.13 254.21 0.54 0.72
Hex A4 92 DE 1A 22 0 D FE 36 48
Octal 244 222 336 32 42 0 15 376 66 110
Binary 10100100 10010010 11011110 11010 100010 0 1101 11111110 110110 1001000

Color Harmonies of #A492DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A492DE

Black with #A492DE

Text Example


Text Example

White with #A492DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A492DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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