Html Css Color HEX #A68CDF Biloba Flower

📋 copy color: '#A68CDF'

red 166 ◦ green 140 ◦ blue 223

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

Shades of Biloba Flower #A68CDF

Tints of Biloba Flower #A68CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.16%

R = 31.38%
G = 26.47%
B = 42.16%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A68CDF (or 0xA68CDF) is known color: Biloba Flower. HEX triplet: A6, 8C and DF. RGB value is (166,140,223). Sum of RGB (Red+Green+Blue) = 166+140+223=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #A68CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CDF is #597320. Grayscale: #9C9C9C. Windows color (decimal): -5862177 or 14650534. OLE color: 14650534.

HSL color Cylindrical-coordinate representation of color #A68CDF: hue angle of 258.8º degrees, saturation: 0.56, 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 #A68CDF is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 140 223 -
CMYK 0.26 0.37 0 0.13
HSL 258.8º 0.56% 0.71% -
HSV(B) 258.8º 0.37% 0.87% -
XYZ 38.42 32.19 74 -
YUV 157.24 165.11 134.25 -
System Red Green Blue C M Y K H S L
Decimal 166 140 223 0.26 0.37 0 0.13 258.8 0.56 0.71
Hex A6 8C DF 1A 25 0 D 103 38 47
Octal 246 214 337 32 45 0 15 403 70 107
Binary 10100110 10001100 11011111 11010 100101 0 1101 100000011 111000 1000111

Color Harmonies of #A68CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68CDF

Black with #A68CDF

Text Example


Text Example

White with #A68CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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