Html Css Color HEX #A68ECF Biloba Flower

📋 copy color: '#A68ECF'

red 166 ◦ green 142 ◦ blue 207

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

Shades of Biloba Flower #A68ECF

Tints of Biloba Flower #A68ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.19%

R = 32.23%
G = 27.57%
B = 40.19%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A68ECF (or 0xA68ECF) is known color: Biloba Flower. HEX triplet: A6, 8E and CF. RGB value is (166,142,207). Sum of RGB (Red+Green+Blue) = 166+142+207=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #A68ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ECF is #597130. Grayscale: #9C9C9C. Windows color (decimal): -5861681 or 13602470. OLE color: 13602470.

HSL color Cylindrical-coordinate representation of color #A68ECF: hue angle of 262.15º 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 #A68ECF is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 142 207 -
CMYK 0.20 0.31 0 0.19
HSL 262.15º 0.4% 0.68% -
HSV(B) 262.15º 0.31% 0.81% -
XYZ 36.66 31.96 63.27 -
YUV 156.59 156.45 134.71 -
System Red Green Blue C M Y K H S L
Decimal 166 142 207 0.20 0.31 0 0.19 262.15 0.4 0.68
Hex A6 8E CF 14 1F 0 13 106 28 44
Octal 246 216 317 24 37 0 23 406 50 104
Binary 10100110 10001110 11001111 10100 11111 0 10011 100000110 101000 1000100

Color Harmonies of #A68ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68ECF

Black with #A68ECF

Text Example


Text Example

White with #A68ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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