Html Css Color HEX #A68CD7 Biloba Flower

📋 copy color: '#A68CD7'

red 166 ◦ green 140 ◦ blue 215

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

Shades of Biloba Flower #A68CD7

Tints of Biloba Flower #A68CD7

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.87%

 BLUE value IS 215 (84.38% from 255) = 41.27%

R = 31.86%
G = 26.87%
B = 41.27%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A68CD7 (or 0xA68CD7) is known color: Biloba Flower. HEX triplet: A6, 8C and D7. RGB value is (166,140,215). Sum of RGB (Red+Green+Blue) = 166+140+215=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #A68CD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CD7 is #597328. Grayscale: #9C9C9C. Windows color (decimal): -5862185 or 14126246. OLE color: 14126246.

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

Color convert

RGB 166 140 215 -
CMYK 0.23 0.35 0 0.16
HSL 260.8º 0.48% 0.7% -
HSV(B) 260.8º 0.35% 0.84% -
XYZ 37.37 31.77 68.45 -
YUV 156.32 161.11 134.9 -
System Red Green Blue C M Y K H S L
Decimal 166 140 215 0.23 0.35 0 0.16 260.8 0.48 0.7
Hex A6 8C D7 17 23 0 10 105 30 46
Octal 246 214 327 27 43 0 20 405 60 106
Binary 10100110 10001100 11010111 10111 100011 0 10000 100000101 110000 1000110

Color Harmonies of #A68CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68CD7

Black with #A68CD7

Text Example


Text Example

White with #A68CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68CD7; }

 p { color: rgb(166,140,215); }

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

background-color css

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

 a { background-color: rgb(166,140,215); }

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

border-color css

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

 span { border-color: rgb(166,140,215); }

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