Html Css Color HEX #A68AD5 Biloba Flower

📋 copy color: '#A68AD5'

red 166 ◦ green 138 ◦ blue 213

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

Shades of Biloba Flower #A68AD5

Tints of Biloba Flower #A68AD5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.69%

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

R = 32.11%
G = 26.69%
B = 41.2%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A68AD5 (or 0xA68AD5) is known color: Biloba Flower. HEX triplet: A6, 8A and D5. RGB value is (166,138,213). Sum of RGB (Red+Green+Blue) = 166+138+213=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #A68AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68AD5 is #59752A. Grayscale: #9A9A9A. Windows color (decimal): -5862699 or 13994662. OLE color: 13994662.

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

Color convert

RGB 166 138 213 -
CMYK 0.22 0.35 0 0.16
HSL 262.4º 0.47% 0.69% -
HSV(B) 262.4º 0.35% 0.84% -
XYZ 36.82 31.09 67.01 -
YUV 154.92 160.78 135.9 -
System Red Green Blue C M Y K H S L
Decimal 166 138 213 0.22 0.35 0 0.16 262.4 0.47 0.69
Hex A6 8A D5 16 23 0 10 106 2F 45
Octal 246 212 325 26 43 0 20 406 57 105
Binary 10100110 10001010 11010101 10110 100011 0 10000 100000110 101111 1000101

Color Harmonies of #A68AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68AD5

Black with #A68AD5

Text Example


Text Example

White with #A68AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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