Html Css Color HEX #A68FCC Biloba Flower

📋 copy color: '#A68FCC'

red 166 ◦ green 143 ◦ blue 204

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

Shades of Biloba Flower #A68FCC

Tints of Biloba Flower #A68FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.77%

R = 32.36%
G = 27.88%
B = 39.77%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A68FCC (or 0xA68FCC) is known color: Biloba Flower. HEX triplet: A6, 8F and CC. RGB value is (166,143,204). Sum of RGB (Red+Green+Blue) = 166+143+204=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #A68FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FCC is #597033. Grayscale: #9C9C9C. Windows color (decimal): -5861428 or 13406118. OLE color: 13406118.

HSL color Cylindrical-coordinate representation of color #A68FCC: hue angle of 262.62º degrees, saturation: 0.37, 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 #A68FCC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 143 204 -
CMYK 0.19 0.30 0 0.2
HSL 262.62º 0.37% 0.68% -
HSV(B) 262.62º 0.3% 0.8% -
XYZ 36.45 32.11 61.4 -
YUV 156.83 154.62 134.54 -
System Red Green Blue C M Y K H S L
Decimal 166 143 204 0.19 0.30 0 0.2 262.62 0.37 0.68
Hex A6 8F CC 13 1E 0 14 107 25 44
Octal 246 217 314 23 36 0 24 407 45 104
Binary 10100110 10001111 11001100 10011 11110 0 10100 100000111 100101 1000100

Color Harmonies of #A68FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68FCC

Black with #A68FCC

Text Example


Text Example

White with #A68FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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