Html Css Color HEX #A893DA Biloba Flower

📋 copy color: '#A893DA'

red 168 ◦ green 147 ◦ blue 218

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

Shades of Biloba Flower #A893DA

Tints of Biloba Flower #A893DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.9%

R = 31.52%
G = 27.58%
B = 40.9%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A893DA (or 0xA893DA) is known color: Biloba Flower. HEX triplet: A8, 93 and DA. RGB value is (168,147,218). Sum of RGB (Red+Green+Blue) = 168+147+218=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #A893DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893DA is #576C25. Grayscale: #A1A1A1. Windows color (decimal): -5729318 or 14324648. OLE color: 14324648.

HSL color Cylindrical-coordinate representation of color #A893DA: hue angle of 257.75º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A893DA is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 147 218 -
CMYK 0.23 0.33 0 0.15
HSL 257.75º 0.49% 0.72% -
HSV(B) 257.75º 0.33% 0.85% -
XYZ 39.24 34.25 70.87 -
YUV 161.37 159.96 132.73 -
System Red Green Blue C M Y K H S L
Decimal 168 147 218 0.23 0.33 0 0.15 257.75 0.49 0.72
Hex A8 93 DA 17 21 0 F 102 31 48
Octal 250 223 332 27 41 0 17 402 61 110
Binary 10101000 10010011 11011010 10111 100001 0 1111 100000010 110001 1001000

Color Harmonies of #A893DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A893DA

Black with #A893DA

Text Example


Text Example

White with #A893DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A893DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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