Html Css Color HEX #A68FCF Biloba Flower

📋 copy color: '#A68FCF'

red 166 ◦ green 143 ◦ blue 207

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

Shades of Biloba Flower #A68FCF

Tints of Biloba Flower #A68FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.12%

R = 32.17%
G = 27.71%
B = 40.12%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A68FCF (or 0xA68FCF) is known color: Biloba Flower. HEX triplet: A6, 8F and CF. RGB value is (166,143,207). Sum of RGB (Red+Green+Blue) = 166+143+207=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #A68FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FCF is #597030. Grayscale: #9C9C9C. Windows color (decimal): -5861425 or 13602726. OLE color: 13602726.

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

Color convert

RGB 166 143 207 -
CMYK 0.20 0.31 0 0.19
HSL 261.56º 0.4% 0.69% -
HSV(B) 261.56º 0.31% 0.81% -
XYZ 36.81 32.26 63.32 -
YUV 157.17 156.12 134.3 -
System Red Green Blue C M Y K H S L
Decimal 166 143 207 0.20 0.31 0 0.19 261.56 0.4 0.69
Hex A6 8F CF 14 1F 0 13 106 28 45
Octal 246 217 317 24 37 0 23 406 50 105
Binary 10100110 10001111 11001111 10100 11111 0 10011 100000110 101000 1000101

Color Harmonies of #A68FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68FCF

Black with #A68FCF

Text Example


Text Example

White with #A68FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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