Html Css Color HEX #A68CE0 Biloba Flower

📋 copy color: '#A68CE0'

red 166 ◦ green 140 ◦ blue 224

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

Shades of Biloba Flower #A68CE0

Tints of Biloba Flower #A68CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.26%

R = 31.32%
G = 26.42%
B = 42.26%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A68CE0 (or 0xA68CE0) is known color: Biloba Flower. HEX triplet: A6, 8C and E0. RGB value is (166,140,224). Sum of RGB (Red+Green+Blue) = 166+140+224=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #A68CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CE0 is #59731F. Grayscale: #9D9D9D. Windows color (decimal): -5862176 or 14716070. OLE color: 14716070.

HSL color Cylindrical-coordinate representation of color #A68CE0: hue angle of 258.57º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A68CE0 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 140 224 -
CMYK 0.26 0.38 0 0.12
HSL 258.57º 0.58% 0.71% -
HSV(B) 258.57º 0.38% 0.88% -
XYZ 38.56 32.24 74.71 -
YUV 157.35 165.61 134.17 -
System Red Green Blue C M Y K H S L
Decimal 166 140 224 0.26 0.38 0 0.12 258.57 0.58 0.71
Hex A6 8C E0 1A 26 0 C 103 3A 47
Octal 246 214 340 32 46 0 14 403 72 107
Binary 10100110 10001100 11100000 11010 100110 0 1100 100000011 111010 1000111

Color Harmonies of #A68CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68CE0

Black with #A68CE0

Text Example


Text Example

White with #A68CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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