Html Css Color HEX #A893F2 Biloba Flower

📋 copy color: '#A893F2'

red 168 ◦ green 147 ◦ blue 242

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

Shades of Biloba Flower #A893F2

Tints of Biloba Flower #A893F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.45%

R = 30.16%
G = 26.39%
B = 43.45%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A893F2 (or 0xA893F2) is known color: Biloba Flower. HEX triplet: A8, 93 and F2. RGB value is (168,147,242). Sum of RGB (Red+Green+Blue) = 168+147+242=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #A893F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A893F2 is #576C0D. Grayscale: #A3A3A3. Windows color (decimal): -5729294 or 15897512. OLE color: 15897512.

HSL color Cylindrical-coordinate representation of color #A893F2: hue angle of 253.26º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A893F2 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 147 242 -
CMYK 0.31 0.39 0 0.05
HSL 253.26º 0.79% 0.76% -
HSV(B) 253.26º 0.39% 0.95% -
XYZ 42.61 35.6 88.63 -
YUV 164.11 171.96 130.78 -
System Red Green Blue C M Y K H S L
Decimal 168 147 242 0.31 0.39 0 0.05 253.26 0.79 0.76
Hex A8 93 F2 1F 27 0 5 FD 4F 4C
Octal 250 223 362 37 47 0 5 375 117 114
Binary 10101000 10010011 11110010 11111 100111 0 101 11111101 1001111 1001100

Color Harmonies of #A893F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A893F2

Black with #A893F2

Text Example


Text Example

White with #A893F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A893F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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