Html Css Color HEX #A68CD5 Biloba Flower

📋 copy color: '#A68CD5'

red 166 ◦ green 140 ◦ blue 213

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

Shades of Biloba Flower #A68CD5

Tints of Biloba Flower #A68CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.04%

R = 31.98%
G = 26.97%
B = 41.04%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A68CD5 (or 0xA68CD5) is known color: Biloba Flower. HEX triplet: A6, 8C and D5. RGB value is (166,140,213). Sum of RGB (Red+Green+Blue) = 166+140+213=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 213 - color contains mainly: blue. Hex color #A68CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CD5 is #59732A. Grayscale: #9B9B9B. Windows color (decimal): -5862187 or 13995174. OLE color: 13995174.

HSL color Cylindrical-coordinate representation of color #A68CD5: hue angle of 261.37º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A68CD5 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 140 213 -
CMYK 0.22 0.34 0 0.16
HSL 261.37º 0.46% 0.69% -
HSV(B) 261.37º 0.34% 0.84% -
XYZ 37.11 31.67 67.11 -
YUV 156.1 160.11 135.06 -
System Red Green Blue C M Y K H S L
Decimal 166 140 213 0.22 0.34 0 0.16 261.37 0.46 0.69
Hex A6 8C D5 16 22 0 10 105 2E 45
Octal 246 214 325 26 42 0 20 405 56 105
Binary 10100110 10001100 11010101 10110 100010 0 10000 100000101 101110 1000101

Color Harmonies of #A68CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68CD5

Black with #A68CD5

Text Example


Text Example

White with #A68CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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