Html Css Color HEX #A48FDC Biloba Flower

📋 copy color: '#A48FDC'

red 164 ◦ green 143 ◦ blue 220

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

Shades of Biloba Flower #A48FDC

Tints of Biloba Flower #A48FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.13%

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

R = 31.12%
G = 27.13%
B = 41.75%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A48FDC (or 0xA48FDC) is known color: Biloba Flower. HEX triplet: A4, 8F and DC. RGB value is (164,143,220). Sum of RGB (Red+Green+Blue) = 164+143+220=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #A48FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48FDC is #5B7023. Grayscale: #9D9D9D. Windows color (decimal): -5992484 or 14454692. OLE color: 14454692.

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

Color convert

RGB 164 143 220 -
CMYK 0.25 0.35 0 0.14
HSL 256.36º 0.52% 0.71% -
HSV(B) 256.36º 0.35% 0.86% -
XYZ 38.05 32.7 72.02 -
YUV 158.06 162.96 132.24 -
System Red Green Blue C M Y K H S L
Decimal 164 143 220 0.25 0.35 0 0.14 256.36 0.52 0.71
Hex A4 8F DC 19 23 0 E 100 34 47
Octal 244 217 334 31 43 0 16 400 64 107
Binary 10100100 10001111 11011100 11001 100011 0 1110 100000000 110100 1000111

Color Harmonies of #A48FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48FDC

Black with #A48FDC

Text Example


Text Example

White with #A48FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48FDC; }

 p { color: rgb(164,143,220); }

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

background-color css

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

 a { background-color: rgb(164,143,220); }

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

border-color css

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

 span { border-color: rgb(164,143,220); }

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