Html Css Color HEX #A68DDF Biloba Flower

📋 copy color: '#A68DDF'

red 166 ◦ green 141 ◦ blue 223

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

Shades of Biloba Flower #A68DDF

Tints of Biloba Flower #A68DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.6%

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

R = 31.32%
G = 26.6%
B = 42.08%

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

#A68DDF (or 0xA68DDF) is known color: Biloba Flower. HEX triplet: A6, 8D and DF. RGB value is (166,141,223). Sum of RGB (Red+Green+Blue) = 166+141+223=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #A68DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DDF is #597220. Grayscale: #9D9D9D. Windows color (decimal): -5861921 or 14650790. OLE color: 14650790.

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

Color convert

RGB 166 141 223 -
CMYK 0.26 0.37 0 0.13
HSL 258.29º 0.56% 0.71% -
HSV(B) 258.29º 0.37% 0.87% -
XYZ 38.57 32.48 74.05 -
YUV 157.82 164.78 133.83 -
System Red Green Blue C M Y K H S L
Decimal 166 141 223 0.26 0.37 0 0.13 258.29 0.56 0.71
Hex A6 8D DF 1A 25 0 D 102 38 47
Octal 246 215 337 32 45 0 15 402 70 107
Binary 10100110 10001101 11011111 11010 100101 0 1101 100000010 111000 1000111

Color Harmonies of #A68DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68DDF

Black with #A68DDF

Text Example


Text Example

White with #A68DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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