Html Css Color HEX #A68ECE Biloba Flower

📋 copy color: '#A68ECE'

red 166 ◦ green 142 ◦ blue 206

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

Shades of Biloba Flower #A68ECE

Tints of Biloba Flower #A68ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.08%

R = 32.3%
G = 27.63%
B = 40.08%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A68ECE (or 0xA68ECE) is known color: Biloba Flower. HEX triplet: A6, 8E and CE. RGB value is (166,142,206). Sum of RGB (Red+Green+Blue) = 166+142+206=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #A68ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ECE is #597131. Grayscale: #9C9C9C. Windows color (decimal): -5861682 or 13536934. OLE color: 13536934.

HSL color Cylindrical-coordinate representation of color #A68ECE: hue angle of 262.5º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A68ECE is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 142 206 -
CMYK 0.19 0.31 0 0.19
HSL 262.5º 0.4% 0.68% -
HSV(B) 262.5º 0.31% 0.81% -
XYZ 36.54 31.91 62.63 -
YUV 156.47 155.95 134.8 -
System Red Green Blue C M Y K H S L
Decimal 166 142 206 0.19 0.31 0 0.19 262.5 0.4 0.68
Hex A6 8E CE 13 1F 0 13 106 28 44
Octal 246 216 316 23 37 0 23 406 50 104
Binary 10100110 10001110 11001110 10011 11111 0 10011 100000110 101000 1000100

Color Harmonies of #A68ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68ECE

Black with #A68ECE

Text Example


Text Example

White with #A68ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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