Html Css Color HEX #A68ECB Biloba Flower

📋 copy color: '#A68ECB'

red 166 ◦ green 142 ◦ blue 203

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

Shades of Biloba Flower #A68ECB

Tints of Biloba Flower #A68ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.73%

R = 32.49%
G = 27.79%
B = 39.73%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A68ECB (or 0xA68ECB) is known color: Biloba Flower. HEX triplet: A6, 8E and CB. RGB value is (166,142,203). Sum of RGB (Red+Green+Blue) = 166+142+203=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #A68ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ECB is #597134. Grayscale: #9B9B9B. Windows color (decimal): -5861685 or 13340326. OLE color: 13340326.

HSL color Cylindrical-coordinate representation of color #A68ECB: hue angle of 263.61º degrees, saturation: 0.37, 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 #A68ECB is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 142 203 -
CMYK 0.18 0.30 0 0.20
HSL 263.61º 0.37% 0.68% -
HSV(B) 263.61º 0.3% 0.8% -
XYZ 36.18 31.76 60.72 -
YUV 156.13 154.45 135.04 -
System Red Green Blue C M Y K H S L
Decimal 166 142 203 0.18 0.30 0 0.20 263.61 0.37 0.68
Hex A6 8E CB 12 1E 0 14 108 25 44
Octal 246 216 313 22 36 0 24 410 45 104
Binary 10100110 10001110 11001011 10010 11110 0 10100 100001000 100101 1000100

Color Harmonies of #A68ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68ECB

Black with #A68ECB

Text Example


Text Example

White with #A68ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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