Html Css Color HEX #A893F4 Biloba Flower

📋 copy color: '#A893F4'

red 168 ◦ green 147 ◦ blue 244

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

Shades of Biloba Flower #A893F4

Tints of Biloba Flower #A893F4

RGB

 RED value IS 168 (66.02% from 255) = 30.05%

 GREEN value IS 147 (57.81% from 255) = 26.3%

 BLUE value IS 244 (95.7% from 255) = 43.65%

R = 30.05%
G = 26.3%
B = 43.65%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A893F4 (or 0xA893F4) is known color: Biloba Flower. HEX triplet: A8, 93 and F4. RGB value is (168,147,244). Sum of RGB (Red+Green+Blue) = 168+147+244=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 244 (95.70% from 255 or 43.65% from 559); Max value from RGB is 244 - color contains mainly: blue. Hex color #A893F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A893F4 is #576C0B. Grayscale: #A3A3A3. Windows color (decimal): -5729292 or 16028584. OLE color: 16028584.

HSL color Cylindrical-coordinate representation of color #A893F4: hue angle of 252.99º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A893F4 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 147 244 -
CMYK 0.31 0.40 0 0.04
HSL 252.99º 0.82% 0.77% -
HSV(B) 252.99º 0.4% 0.96% -
XYZ 42.91 35.72 90.22 -
YUV 164.34 172.96 130.61 -
System Red Green Blue C M Y K H S L
Decimal 168 147 244 0.31 0.40 0 0.04 252.99 0.82 0.77
Hex A8 93 F4 1F 28 0 4 FD 52 4D
Octal 250 223 364 37 50 0 4 375 122 115
Binary 10101000 10010011 11110100 11111 101000 0 100 11111101 1010010 1001101

Color Harmonies of #A893F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A893F4

Black with #A893F4

Text Example


Text Example

White with #A893F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A893F4; }

 p { color: rgb(168,147,244); }

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

background-color css

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

 a { background-color: rgb(168,147,244); }

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

border-color css

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

 span { border-color: rgb(168,147,244); }

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