Html Css Color HEX #A48FED Biloba Flower

📋 copy color: '#A48FED'

red 164 ◦ green 143 ◦ blue 237

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

Shades of Biloba Flower #A48FED

Tints of Biloba Flower #A48FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.57%

R = 30.15%
G = 26.29%
B = 43.57%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A48FED (or 0xA48FED) is known color: Biloba Flower. HEX triplet: A4, 8F and ED. RGB value is (164,143,237). Sum of RGB (Red+Green+Blue) = 164+143+237=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #A48FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48FED is #5B7012. Grayscale: #9F9F9F. Windows color (decimal): -5992467 or 15568804. OLE color: 15568804.

HSL color Cylindrical-coordinate representation of color #A48FED: hue angle of 253.4º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A48FED is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 143 237 -
CMYK 0.31 0.40 0 0.07
HSL 253.4º 0.72% 0.75% -
HSV(B) 253.4º 0.4% 0.93% -
XYZ 40.42 33.65 84.49 -
YUV 160 171.46 130.86 -
System Red Green Blue C M Y K H S L
Decimal 164 143 237 0.31 0.40 0 0.07 253.4 0.72 0.75
Hex A4 8F ED 1F 28 0 7 FD 48 4B
Octal 244 217 355 37 50 0 7 375 110 113
Binary 10100100 10001111 11101101 11111 101000 0 111 11111101 1001000 1001011

Color Harmonies of #A48FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48FED

Black with #A48FED

Text Example


Text Example

White with #A48FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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