Html Css Color HEX #A68BEC Biloba Flower

📋 copy color: '#A68BEC'

red 166 ◦ green 139 ◦ blue 236

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

Shades of Biloba Flower #A68BEC

Tints of Biloba Flower #A68BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.62%

R = 30.68%
G = 25.69%
B = 43.62%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A68BEC (or 0xA68BEC) is known color: Biloba Flower. HEX triplet: A6, 8B and EC. RGB value is (166,139,236). Sum of RGB (Red+Green+Blue) = 166+139+236=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #A68BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68BEC is #597413. Grayscale: #9D9D9D. Windows color (decimal): -5862420 or 15502246. OLE color: 15502246.

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

Color convert

RGB 166 139 236 -
CMYK 0.30 0.41 0 0.07
HSL 256.7º 0.72% 0.74% -
HSV(B) 256.7º 0.41% 0.93% -
XYZ 40.1 32.63 83.54 -
YUV 158.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 166 139 236 0.30 0.41 0 0.07 256.7 0.72 0.74
Hex A6 8B EC 1E 29 0 7 101 48 4A
Octal 246 213 354 36 51 0 7 401 110 112
Binary 10100110 10001011 11101100 11110 101001 0 111 100000001 1001000 1001010

Color Harmonies of #A68BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68BEC

Black with #A68BEC

Text Example


Text Example

White with #A68BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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