Html Css Color HEX #A48ADE Biloba Flower

📋 copy color: '#A48ADE'

red 164 ◦ green 138 ◦ blue 222

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

Shades of Biloba Flower #A48ADE

Tints of Biloba Flower #A48ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.37%

R = 31.3%
G = 26.34%
B = 42.37%

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

#A48ADE (or 0xA48ADE) is known color: Biloba Flower. HEX triplet: A4, 8A and DE. RGB value is (164,138,222). Sum of RGB (Red+Green+Blue) = 164+138+222=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #A48ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48ADE is #5B7521. Grayscale: #9B9B9B. Windows color (decimal): -5993762 or 14584484. OLE color: 14584484.

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

Color convert

RGB 164 138 222 -
CMYK 0.26 0.38 0 0.13
HSL 258.57º 0.56% 0.71% -
HSV(B) 258.57º 0.38% 0.87% -
XYZ 37.58 31.34 73.18 -
YUV 155.35 165.61 134.17 -
System Red Green Blue C M Y K H S L
Decimal 164 138 222 0.26 0.38 0 0.13 258.57 0.56 0.71
Hex A4 8A DE 1A 26 0 D 103 38 47
Octal 244 212 336 32 46 0 15 403 70 107
Binary 10100100 10001010 11011110 11010 100110 0 1101 100000011 111000 1000111

Color Harmonies of #A48ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48ADE

Black with #A48ADE

Text Example


Text Example

White with #A48ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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