Html Css Color HEX #A68FCE Biloba Flower

📋 copy color: '#A68FCE'

red 166 ◦ green 143 ◦ blue 206

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

Shades of Biloba Flower #A68FCE

Tints of Biloba Flower #A68FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 32.23%
G = 27.77%
B = 40%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A68FCE (or 0xA68FCE) is known color: Biloba Flower. HEX triplet: A6, 8F and CE. RGB value is (166,143,206). Sum of RGB (Red+Green+Blue) = 166+143+206=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #A68FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FCE is #597031. Grayscale: #9C9C9C. Windows color (decimal): -5861426 or 13537190. OLE color: 13537190.

HSL color Cylindrical-coordinate representation of color #A68FCE: hue angle of 261.9º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A68FCE is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 143 206 -
CMYK 0.19 0.31 0 0.19
HSL 261.9º 0.39% 0.68% -
HSV(B) 261.9º 0.31% 0.81% -
XYZ 36.69 32.21 62.68 -
YUV 157.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 166 143 206 0.19 0.31 0 0.19 261.9 0.39 0.68
Hex A6 8F CE 13 1F 0 13 106 27 44
Octal 246 217 316 23 37 0 23 406 47 104
Binary 10100110 10001111 11001110 10011 11111 0 10011 100000110 100111 1000100

Color Harmonies of #A68FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68FCE

Black with #A68FCE

Text Example


Text Example

White with #A68FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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