Html Css Color HEX #A48CDD Biloba Flower

📋 copy color: '#A48CDD'

red 164 ◦ green 140 ◦ blue 221

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

Shades of Biloba Flower #A48CDD

Tints of Biloba Flower #A48CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.67%

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

R = 31.24%
G = 26.67%
B = 42.1%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A48CDD (or 0xA48CDD) is known color: Biloba Flower. HEX triplet: A4, 8C and DD. RGB value is (164,140,221). Sum of RGB (Red+Green+Blue) = 164+140+221=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #A48CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48CDD is #5B7322. Grayscale: #9C9C9C. Windows color (decimal): -5993251 or 14519460. OLE color: 14519460.

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

Color convert

RGB 164 140 221 -
CMYK 0.26 0.37 0 0.13
HSL 257.78º 0.54% 0.71% -
HSV(B) 257.78º 0.37% 0.87% -
XYZ 37.74 31.87 72.57 -
YUV 156.41 164.45 133.41 -
System Red Green Blue C M Y K H S L
Decimal 164 140 221 0.26 0.37 0 0.13 257.78 0.54 0.71
Hex A4 8C DD 1A 25 0 D 102 36 47
Octal 244 214 335 32 45 0 15 402 66 107
Binary 10100100 10001100 11011101 11010 100101 0 1101 100000010 110110 1000111

Color Harmonies of #A48CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48CDD

Black with #A48CDD

Text Example


Text Example

White with #A48CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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