Html Css Color HEX #A68AD6 Biloba Flower

📋 copy color: '#A68AD6'

red 166 ◦ green 138 ◦ blue 214

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

Shades of Biloba Flower #A68AD6

Tints of Biloba Flower #A68AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.31%

R = 32.05%
G = 26.64%
B = 41.31%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A68AD6 (or 0xA68AD6) is known color: Biloba Flower. HEX triplet: A6, 8A and D6. RGB value is (166,138,214). Sum of RGB (Red+Green+Blue) = 166+138+214=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #A68AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68AD6 is #597529. Grayscale: #9A9A9A. Windows color (decimal): -5862698 or 14060198. OLE color: 14060198.

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

Color convert

RGB 166 138 214 -
CMYK 0.22 0.36 0 0.16
HSL 262.11º 0.48% 0.69% -
HSV(B) 262.11º 0.36% 0.84% -
XYZ 36.95 31.14 67.68 -
YUV 155.04 161.28 135.82 -
System Red Green Blue C M Y K H S L
Decimal 166 138 214 0.22 0.36 0 0.16 262.11 0.48 0.69
Hex A6 8A D6 16 24 0 10 106 30 45
Octal 246 212 326 26 44 0 20 406 60 105
Binary 10100110 10001010 11010110 10110 100100 0 10000 100000110 110000 1000101

Color Harmonies of #A68AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68AD6

Black with #A68AD6

Text Example


Text Example

White with #A68AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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