Html Css Color HEX #A68AEB Biloba Flower

📋 copy color: '#A68AEB'

red 166 ◦ green 138 ◦ blue 235

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

Shades of Biloba Flower #A68AEB

Tints of Biloba Flower #A68AEB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.6%

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

R = 30.8%
G = 25.6%
B = 43.6%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A68AEB (or 0xA68AEB) is known color: Biloba Flower. HEX triplet: A6, 8A and EB. RGB value is (166,138,235). Sum of RGB (Red+Green+Blue) = 166+138+235=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #A68AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68AEB is #597514. Grayscale: #9D9D9D. Windows color (decimal): -5862677 or 15436454. OLE color: 15436454.

HSL color Cylindrical-coordinate representation of color #A68AEB: hue angle of 257.32º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A68AEB is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 138 235 -
CMYK 0.29 0.41 0 0.08
HSL 257.32º 0.71% 0.73% -
HSV(B) 257.32º 0.41% 0.92% -
XYZ 39.81 32.28 82.73 -
YUV 157.43 171.78 134.11 -
System Red Green Blue C M Y K H S L
Decimal 166 138 235 0.29 0.41 0 0.08 257.32 0.71 0.73
Hex A6 8A EB 1D 29 0 8 101 47 49
Octal 246 212 353 35 51 0 10 401 107 111
Binary 10100110 10001010 11101011 11101 101001 0 1000 100000001 1000111 1001001

Color Harmonies of #A68AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68AEB

Black with #A68AEB

Text Example


Text Example

White with #A68AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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