Html Css Color HEX #A48CDA Biloba Flower

📋 copy color: '#A48CDA'

red 164 ◦ green 140 ◦ blue 218

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

Shades of Biloba Flower #A48CDA

Tints of Biloba Flower #A48CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 31.42%
G = 26.82%
B = 41.76%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A48CDA (or 0xA48CDA) is known color: Biloba Flower. HEX triplet: A4, 8C and DA. RGB value is (164,140,218). Sum of RGB (Red+Green+Blue) = 164+140+218=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #A48CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48CDA is #5B7325. Grayscale: #9B9B9B. Windows color (decimal): -5993254 or 14322852. OLE color: 14322852.

HSL color Cylindrical-coordinate representation of color #A48CDA: hue angle of 258.46º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A48CDA is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 140 218 -
CMYK 0.25 0.36 0 0.15
HSL 258.46º 0.51% 0.7% -
HSV(B) 258.46º 0.36% 0.85% -
XYZ 37.34 31.71 70.48 -
YUV 156.07 162.95 133.66 -
System Red Green Blue C M Y K H S L
Decimal 164 140 218 0.25 0.36 0 0.15 258.46 0.51 0.7
Hex A4 8C DA 19 24 0 F 102 33 46
Octal 244 214 332 31 44 0 17 402 63 106
Binary 10100100 10001100 11011010 11001 100100 0 1111 100000010 110011 1000110

Color Harmonies of #A48CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48CDA

Black with #A48CDA

Text Example


Text Example

White with #A48CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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