Html Css Color HEX #A68EE9 Biloba Flower

📋 copy color: '#A68EE9'

red 166 ◦ green 142 ◦ blue 233

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

Shades of Biloba Flower #A68EE9

Tints of Biloba Flower #A68EE9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.25%

 BLUE value IS 233 (91.41% from 255) = 43.07%

R = 30.68%
G = 26.25%
B = 43.07%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A68EE9 (or 0xA68EE9) is known color: Biloba Flower. HEX triplet: A6, 8E and E9. RGB value is (166,142,233). Sum of RGB (Red+Green+Blue) = 166+142+233=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 233 (91.41% from 255 or 43.07% from 541); Max value from RGB is 233 - color contains mainly: blue. Hex color #A68EE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68EE9 is #597116. Grayscale: #9F9F9F. Windows color (decimal): -5861655 or 15306406. OLE color: 15306406.

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

Color convert

RGB 166 142 233 -
CMYK 0.29 0.39 0 0.09
HSL 255.82º 0.67% 0.74% -
HSV(B) 255.82º 0.39% 0.91% -
XYZ 40.11 33.34 81.41 -
YUV 159.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 166 142 233 0.29 0.39 0 0.09 255.82 0.67 0.74
Hex A6 8E E9 1D 27 0 9 100 43 4A
Octal 246 216 351 35 47 0 11 400 103 112
Binary 10100110 10001110 11101001 11101 100111 0 1001 100000000 1000011 1001010

Color Harmonies of #A68EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68EE9

Black with #A68EE9

Text Example


Text Example

White with #A68EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68EE9; }

 p { color: rgb(166,142,233); }

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

background-color css

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

 a { background-color: rgb(166,142,233); }

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

border-color css

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

 span { border-color: rgb(166,142,233); }

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