Html Css Color HEX #A68ECC Biloba Flower

📋 copy color: '#A68ECC'

red 166 ◦ green 142 ◦ blue 204

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

Shades of Biloba Flower #A68ECC

Tints of Biloba Flower #A68ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 32.42%
G = 27.73%
B = 39.84%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A68ECC (or 0xA68ECC) is known color: Biloba Flower. HEX triplet: A6, 8E and CC. RGB value is (166,142,204). Sum of RGB (Red+Green+Blue) = 166+142+204=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #A68ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ECC is #597133. Grayscale: #9C9C9C. Windows color (decimal): -5861684 or 13405862. OLE color: 13405862.

HSL color Cylindrical-coordinate representation of color #A68ECC: hue angle of 263.23º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A68ECC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 142 204 -
CMYK 0.19 0.30 0 0.2
HSL 263.23º 0.38% 0.68% -
HSV(B) 263.23º 0.3% 0.8% -
XYZ 36.3 31.81 61.35 -
YUV 156.24 154.95 134.96 -
System Red Green Blue C M Y K H S L
Decimal 166 142 204 0.19 0.30 0 0.2 263.23 0.38 0.68
Hex A6 8E CC 13 1E 0 14 107 26 44
Octal 246 216 314 23 36 0 24 407 46 104
Binary 10100110 10001110 11001100 10011 11110 0 10100 100000111 100110 1000100

Color Harmonies of #A68ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68ECC

Black with #A68ECC

Text Example


Text Example

White with #A68ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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