Html Css Color HEX #A68EEB Biloba Flower

📋 copy color: '#A68EEB'

red 166 ◦ green 142 ◦ blue 235

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

Shades of Biloba Flower #A68EEB

Tints of Biloba Flower #A68EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.28%

R = 30.57%
G = 26.15%
B = 43.28%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A68EEB (or 0xA68EEB) is known color: Biloba Flower. HEX triplet: A6, 8E and EB. RGB value is (166,142,235). Sum of RGB (Red+Green+Blue) = 166+142+235=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #A68EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68EEB is #597114. Grayscale: #9F9F9F. Windows color (decimal): -5861653 or 15437478. OLE color: 15437478.

HSL color Cylindrical-coordinate representation of color #A68EEB: hue angle of 255.48º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A68EEB is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 142 235 -
CMYK 0.29 0.40 0 0.08
HSL 255.48º 0.7% 0.74% -
HSV(B) 255.48º 0.4% 0.92% -
XYZ 40.39 33.45 82.92 -
YUV 159.78 170.45 132.44 -
System Red Green Blue C M Y K H S L
Decimal 166 142 235 0.29 0.40 0 0.08 255.48 0.7 0.74
Hex A6 8E EB 1D 28 0 8 FF 46 4A
Octal 246 216 353 35 50 0 10 377 106 112
Binary 10100110 10001110 11101011 11101 101000 0 1000 11111111 1000110 1001010

Color Harmonies of #A68EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68EEB

Black with #A68EEB

Text Example


Text Example

White with #A68EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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