Html Css Color HEX #A68ECD Biloba Flower

📋 copy color: '#A68ECD'

red 166 ◦ green 142 ◦ blue 205

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

Shades of Biloba Flower #A68ECD

Tints of Biloba Flower #A68ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.96%

R = 32.36%
G = 27.68%
B = 39.96%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A68ECD (or 0xA68ECD) is known color: Biloba Flower. HEX triplet: A6, 8E and CD. RGB value is (166,142,205). Sum of RGB (Red+Green+Blue) = 166+142+205=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #A68ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ECD is #597132. Grayscale: #9C9C9C. Windows color (decimal): -5861683 or 13471398. OLE color: 13471398.

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

Color convert

RGB 166 142 205 -
CMYK 0.19 0.31 0 0.20
HSL 262.86º 0.39% 0.68% -
HSV(B) 262.86º 0.31% 0.8% -
XYZ 36.42 31.86 61.99 -
YUV 156.36 155.45 134.88 -
System Red Green Blue C M Y K H S L
Decimal 166 142 205 0.19 0.31 0 0.20 262.86 0.39 0.68
Hex A6 8E CD 13 1F 0 14 107 27 44
Octal 246 216 315 23 37 0 24 407 47 104
Binary 10100110 10001110 11001101 10011 11111 0 10100 100000111 100111 1000100

Color Harmonies of #A68ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68ECD

Black with #A68ECD

Text Example


Text Example

White with #A68ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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