Html Css Color HEX #A68FD8 Biloba Flower

📋 copy color: '#A68FD8'

red 166 ◦ green 143 ◦ blue 216

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

Shades of Biloba Flower #A68FD8

Tints of Biloba Flower #A68FD8

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.24%

 BLUE value IS 216 (84.77% from 255) = 41.14%

R = 31.62%
G = 27.24%
B = 41.14%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A68FD8 (or 0xA68FD8) is known color: Biloba Flower. HEX triplet: A6, 8F and D8. RGB value is (166,143,216). Sum of RGB (Red+Green+Blue) = 166+143+216=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 216 - color contains mainly: blue. Hex color #A68FD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FD8 is #597027. Grayscale: #9D9D9D. Windows color (decimal): -5861416 or 14192550. OLE color: 14192550.

HSL color Cylindrical-coordinate representation of color #A68FD8: hue angle of 258.9º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A68FD8 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 143 216 -
CMYK 0.23 0.34 0 0.15
HSL 258.9º 0.48% 0.7% -
HSV(B) 258.9º 0.34% 0.85% -
XYZ 37.94 32.71 69.28 -
YUV 158.2 160.62 133.56 -
System Red Green Blue C M Y K H S L
Decimal 166 143 216 0.23 0.34 0 0.15 258.9 0.48 0.7
Hex A6 8F D8 17 22 0 F 103 30 46
Octal 246 217 330 27 42 0 17 403 60 106
Binary 10100110 10001111 11011000 10111 100010 0 1111 100000011 110000 1000110

Color Harmonies of #A68FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68FD8

Black with #A68FD8

Text Example


Text Example

White with #A68FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68FD8; }

 p { color: rgb(166,143,216); }

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

background-color css

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

 a { background-color: rgb(166,143,216); }

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

border-color css

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

 span { border-color: rgb(166,143,216); }

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