Html Css Color HEX #A48ADD Biloba Flower

📋 copy color: '#A48ADD'

red 164 ◦ green 138 ◦ blue 221

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

Shades of Biloba Flower #A48ADD

Tints of Biloba Flower #A48ADD

RGB

 RED value IS 164 (64.45% from 255) = 31.36%

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

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 31.36%
G = 26.39%
B = 42.26%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A48ADD (or 0xA48ADD) is known color: Biloba Flower. HEX triplet: A4, 8A and DD. RGB value is (164,138,221). Sum of RGB (Red+Green+Blue) = 164+138+221=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #A48ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48ADD is #5B7522. Grayscale: #9A9A9A. Windows color (decimal): -5993763 or 14518948. OLE color: 14518948.

HSL color Cylindrical-coordinate representation of color #A48ADD: hue angle of 258.8º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A48ADD is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 138 221 -
CMYK 0.26 0.38 0 0.13
HSL 258.8º 0.55% 0.7% -
HSV(B) 258.8º 0.38% 0.87% -
XYZ 37.45 31.29 72.47 -
YUV 155.24 165.11 134.25 -
System Red Green Blue C M Y K H S L
Decimal 164 138 221 0.26 0.38 0 0.13 258.8 0.55 0.7
Hex A4 8A DD 1A 26 0 D 103 37 46
Octal 244 212 335 32 46 0 15 403 67 106
Binary 10100100 10001010 11011101 11010 100110 0 1101 100000011 110111 1000110

Color Harmonies of #A48ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48ADD

Black with #A48ADD

Text Example


Text Example

White with #A48ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48ADD; }

 p { color: rgb(164,138,221); }

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

background-color css

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

 a { background-color: rgb(164,138,221); }

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

border-color css

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

 span { border-color: rgb(164,138,221); }

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