Html Css Color HEX #A48CDF Biloba Flower

📋 copy color: '#A48CDF'

red 164 ◦ green 140 ◦ blue 223

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

Shades of Biloba Flower #A48CDF

Tints of Biloba Flower #A48CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 31.12%
G = 26.57%
B = 42.31%

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

#A48CDF (or 0xA48CDF) is known color: Biloba Flower. HEX triplet: A4, 8C and DF. RGB value is (164,140,223). Sum of RGB (Red+Green+Blue) = 164+140+223=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #A48CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48CDF is #5B7320. Grayscale: #9C9C9C. Windows color (decimal): -5993249 or 14650532. OLE color: 14650532.

HSL color Cylindrical-coordinate representation of color #A48CDF: hue angle of 257.35º degrees, saturation: 0.56, 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 #A48CDF is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 140 223 -
CMYK 0.26 0.37 0 0.13
HSL 257.35º 0.56% 0.71% -
HSV(B) 257.35º 0.37% 0.87% -
XYZ 38.01 31.98 73.98 -
YUV 156.64 165.45 133.25 -
System Red Green Blue C M Y K H S L
Decimal 164 140 223 0.26 0.37 0 0.13 257.35 0.56 0.71
Hex A4 8C DF 1A 25 0 D 101 38 47
Octal 244 214 337 32 45 0 15 401 70 107
Binary 10100100 10001100 11011111 11010 100101 0 1101 100000001 111000 1000111

Color Harmonies of #A48CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48CDF

Black with #A48CDF

Text Example


Text Example

White with #A48CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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