Html Css Color HEX #A68EDE Biloba Flower

📋 copy color: '#A68EDE'

red 166 ◦ green 142 ◦ blue 222

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

Shades of Biloba Flower #A68EDE

Tints of Biloba Flower #A68EDE

RGB

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

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

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

R = 31.32%
G = 26.79%
B = 41.89%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A68EDE (or 0xA68EDE) is known color: Biloba Flower. HEX triplet: A6, 8E and DE. RGB value is (166,142,222). Sum of RGB (Red+Green+Blue) = 166+142+222=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #A68EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68EDE is #597121. Grayscale: #9E9E9E. Windows color (decimal): -5861666 or 14585510. OLE color: 14585510.

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

Color convert

RGB 166 142 222 -
CMYK 0.25 0.36 0 0.13
HSL 258º 0.55% 0.71% -
HSV(B) 258º 0.36% 0.87% -
XYZ 38.58 32.73 73.39 -
YUV 158.3 163.95 133.5 -
System Red Green Blue C M Y K H S L
Decimal 166 142 222 0.25 0.36 0 0.13 258 0.55 0.71
Hex A6 8E DE 19 24 0 D 102 37 47
Octal 246 216 336 31 44 0 15 402 67 107
Binary 10100110 10001110 11011110 11001 100100 0 1101 100000010 110111 1000111

Color Harmonies of #A68EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68EDE

Black with #A68EDE

Text Example


Text Example

White with #A68EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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