Html Css Color HEX #A68FCD Biloba Flower

📋 copy color: '#A68FCD'

red 166 ◦ green 143 ◦ blue 205

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

Shades of Biloba Flower #A68FCD

Tints of Biloba Flower #A68FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.88%

R = 32.3%
G = 27.82%
B = 39.88%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A68FCD (or 0xA68FCD) is known color: Biloba Flower. HEX triplet: A6, 8F and CD. RGB value is (166,143,205). Sum of RGB (Red+Green+Blue) = 166+143+205=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #A68FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FCD is #597032. Grayscale: #9C9C9C. Windows color (decimal): -5861427 or 13471654. OLE color: 13471654.

HSL color Cylindrical-coordinate representation of color #A68FCD: hue angle of 262.26º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A68FCD is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 143 205 -
CMYK 0.19 0.30 0 0.20
HSL 262.26º 0.38% 0.68% -
HSV(B) 262.26º 0.3% 0.8% -
XYZ 36.57 32.16 62.04 -
YUV 156.95 155.12 134.46 -
System Red Green Blue C M Y K H S L
Decimal 166 143 205 0.19 0.30 0 0.20 262.26 0.38 0.68
Hex A6 8F CD 13 1E 0 14 106 26 44
Octal 246 217 315 23 36 0 24 406 46 104
Binary 10100110 10001111 11001101 10011 11110 0 10100 100000110 100110 1000100

Color Harmonies of #A68FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68FCD

Black with #A68FCD

Text Example


Text Example

White with #A68FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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