Html Css Color HEX #A68BEE Biloba Flower

📋 copy color: '#A68BEE'

red 166 ◦ green 139 ◦ blue 238

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

Shades of Biloba Flower #A68BEE

Tints of Biloba Flower #A68BEE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.6%

 BLUE value IS 238 (93.36% from 255) = 43.83%

R = 30.57%
G = 25.6%
B = 43.83%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A68BEE (or 0xA68BEE) is known color: Biloba Flower. HEX triplet: A6, 8B and EE. RGB value is (166,139,238). Sum of RGB (Red+Green+Blue) = 166+139+238=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #A68BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68BEE is #597411. Grayscale: #9D9D9D. Windows color (decimal): -5862418 or 15633318. OLE color: 15633318.

HSL color Cylindrical-coordinate representation of color #A68BEE: hue angle of 256.36º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A68BEE is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 139 238 -
CMYK 0.30 0.42 0 0.07
HSL 256.36º 0.74% 0.74% -
HSV(B) 256.36º 0.42% 0.93% -
XYZ 40.39 32.75 85.08 -
YUV 158.36 172.95 133.45 -
System Red Green Blue C M Y K H S L
Decimal 166 139 238 0.30 0.42 0 0.07 256.36 0.74 0.74
Hex A6 8B EE 1E 2A 0 7 100 4A 4A
Octal 246 213 356 36 52 0 7 400 112 112
Binary 10100110 10001011 11101110 11110 101010 0 111 100000000 1001010 1001010

Color Harmonies of #A68BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68BEE

Black with #A68BEE

Text Example


Text Example

White with #A68BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68BEE; }

 p { color: rgb(166,139,238); }

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

background-color css

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

 a { background-color: rgb(166,139,238); }

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

border-color css

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

 span { border-color: rgb(166,139,238); }

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