Html Css Color HEX #A68ADC Biloba Flower

📋 copy color: '#A68ADC'

red 166 ◦ green 138 ◦ blue 220

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

Shades of Biloba Flower #A68ADC

Tints of Biloba Flower #A68ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.98%

R = 31.68%
G = 26.34%
B = 41.98%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A68ADC (or 0xA68ADC) is known color: Biloba Flower. HEX triplet: A6, 8A and DC. RGB value is (166,138,220). Sum of RGB (Red+Green+Blue) = 166+138+220=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #A68ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ADC is #597523. Grayscale: #9B9B9B. Windows color (decimal): -5862692 or 14453414. OLE color: 14453414.

HSL color Cylindrical-coordinate representation of color #A68ADC: hue angle of 260.49º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A68ADC is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 138 220 -
CMYK 0.25 0.37 0 0.14
HSL 260.49º 0.54% 0.7% -
HSV(B) 260.49º 0.37% 0.86% -
XYZ 37.73 31.45 71.79 -
YUV 155.72 164.28 135.33 -
System Red Green Blue C M Y K H S L
Decimal 166 138 220 0.25 0.37 0 0.14 260.49 0.54 0.7
Hex A6 8A DC 19 25 0 E 104 36 46
Octal 246 212 334 31 45 0 16 404 66 106
Binary 10100110 10001010 11011100 11001 100101 0 1110 100000100 110110 1000110

Color Harmonies of #A68ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68ADC

Black with #A68ADC

Text Example


Text Example

White with #A68ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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