Html Css Color HEX #A68CDE Biloba Flower

📋 copy color: '#A68CDE'

red 166 ◦ green 140 ◦ blue 222

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

Shades of Biloba Flower #A68CDE

Tints of Biloba Flower #A68CDE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.52%

 BLUE value IS 222 (87.11% from 255) = 42.05%

R = 31.44%
G = 26.52%
B = 42.05%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A68CDE (or 0xA68CDE) is known color: Biloba Flower. HEX triplet: A6, 8C and DE. RGB value is (166,140,222). Sum of RGB (Red+Green+Blue) = 166+140+222=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #A68CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CDE is #597321. Grayscale: #9C9C9C. Windows color (decimal): -5862178 or 14584998. OLE color: 14584998.

HSL color Cylindrical-coordinate representation of color #A68CDE: hue angle of 259.02º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A68CDE is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 140 222 -
CMYK 0.25 0.37 0 0.13
HSL 259.02º 0.55% 0.71% -
HSV(B) 259.02º 0.37% 0.87% -
XYZ 38.29 32.14 73.29 -
YUV 157.12 164.61 134.33 -
System Red Green Blue C M Y K H S L
Decimal 166 140 222 0.25 0.37 0 0.13 259.02 0.55 0.71
Hex A6 8C DE 19 25 0 D 103 37 47
Octal 246 214 336 31 45 0 15 403 67 107
Binary 10100110 10001100 11011110 11001 100101 0 1101 100000011 110111 1000111

Color Harmonies of #A68CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68CDE

Black with #A68CDE

Text Example


Text Example

White with #A68CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68CDE; }

 p { color: rgb(166,140,222); }

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

background-color css

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

 a { background-color: rgb(166,140,222); }

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

border-color css

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

 span { border-color: rgb(166,140,222); }

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