Html Css Color HEX #A48BEC Biloba Flower

📋 copy color: '#A48BEC'

red 164 ◦ green 139 ◦ blue 236

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

Shades of Biloba Flower #A48BEC

Tints of Biloba Flower #A48BEC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.79%

 BLUE value IS 236 (92.58% from 255) = 43.78%

R = 30.43%
G = 25.79%
B = 43.78%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A48BEC (or 0xA48BEC) is known color: Biloba Flower. HEX triplet: A4, 8B and EC. RGB value is (164,139,236). Sum of RGB (Red+Green+Blue) = 164+139+236=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #A48BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48BEC is #5B7413. Grayscale: #9D9D9D. Windows color (decimal): -5993492 or 15502244. OLE color: 15502244.

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

Color convert

RGB 164 139 236 -
CMYK 0.31 0.41 0 0.07
HSL 255.46º 0.72% 0.74% -
HSV(B) 255.46º 0.41% 0.93% -
XYZ 39.68 32.41 83.52 -
YUV 157.53 172.28 132.61 -
System Red Green Blue C M Y K H S L
Decimal 164 139 236 0.31 0.41 0 0.07 255.46 0.72 0.74
Hex A4 8B EC 1F 29 0 7 FF 48 4A
Octal 244 213 354 37 51 0 7 377 110 112
Binary 10100100 10001011 11101100 11111 101001 0 111 11111111 1001000 1001010

Color Harmonies of #A48BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48BEC

Black with #A48BEC

Text Example


Text Example

White with #A48BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48BEC; }

 p { color: rgb(164,139,236); }

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

background-color css

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

 a { background-color: rgb(164,139,236); }

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

border-color css

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

 span { border-color: rgb(164,139,236); }

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