Html Css Color HEX #A68BDF Biloba Flower

📋 copy color: '#A68BDF'

red 166 ◦ green 139 ◦ blue 223

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

Shades of Biloba Flower #A68BDF

Tints of Biloba Flower #A68BDF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.33%

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

R = 31.44%
G = 26.33%
B = 42.23%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A68BDF (or 0xA68BDF) is known color: Biloba Flower. HEX triplet: A6, 8B and DF. RGB value is (166,139,223). Sum of RGB (Red+Green+Blue) = 166+139+223=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #A68BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68BDF is #597420. Grayscale: #9C9C9C. Windows color (decimal): -5862433 or 14650278. OLE color: 14650278.

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

Color convert

RGB 166 139 223 -
CMYK 0.26 0.38 0 0.13
HSL 259.29º 0.57% 0.71% -
HSV(B) 259.29º 0.38% 0.87% -
XYZ 38.28 31.9 73.95 -
YUV 156.65 165.45 134.67 -
System Red Green Blue C M Y K H S L
Decimal 166 139 223 0.26 0.38 0 0.13 259.29 0.57 0.71
Hex A6 8B DF 1A 26 0 D 103 39 47
Octal 246 213 337 32 46 0 15 403 71 107
Binary 10100110 10001011 11011111 11010 100110 0 1101 100000011 111001 1000111

Color Harmonies of #A68BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68BDF

Black with #A68BDF

Text Example


Text Example

White with #A68BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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