Html Css Color HEX #A692E8 Biloba Flower

📋 copy color: '#A692E8'

red 166 ◦ green 146 ◦ blue 232

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

Shades of Biloba Flower #A692E8

Tints of Biloba Flower #A692E8

RGB

 RED value IS 166 (65.23% from 255) = 30.51%

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

 BLUE value IS 232 (91.02% from 255) = 42.65%

R = 30.51%
G = 26.84%
B = 42.65%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A692E8 (or 0xA692E8) is known color: Biloba Flower. HEX triplet: A6, 92 and E8. RGB value is (166,146,232). Sum of RGB (Red+Green+Blue) = 166+146+232=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 232 (91.02% from 255 or 42.65% from 544); Max value from RGB is 232 - color contains mainly: blue. Hex color #A692E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A692E8 is #596D17. Grayscale: #A1A1A1. Windows color (decimal): -5860632 or 15241894. OLE color: 15241894.

HSL color Cylindrical-coordinate representation of color #A692E8: hue angle of 253.95º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A692E8 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 146 232 -
CMYK 0.28 0.37 0 0.09
HSL 253.95º 0.65% 0.74% -
HSV(B) 253.95º 0.37% 0.91% -
XYZ 40.57 34.49 80.86 -
YUV 161.78 167.63 131.01 -
System Red Green Blue C M Y K H S L
Decimal 166 146 232 0.28 0.37 0 0.09 253.95 0.65 0.74
Hex A6 92 E8 1C 25 0 9 FE 41 4A
Octal 246 222 350 34 45 0 11 376 101 112
Binary 10100110 10010010 11101000 11100 100101 0 1001 11111110 1000001 1001010

Color Harmonies of #A692E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A692E8

Black with #A692E8

Text Example


Text Example

White with #A692E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A692E8; }

 p { color: rgb(166,146,232); }

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

background-color css

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

 a { background-color: rgb(166,146,232); }

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

border-color css

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

 span { border-color: rgb(166,146,232); }

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