Html Css Color HEX #A883DA Biloba Flower

📋 copy color: '#A883DA'

red 168 ◦ green 131 ◦ blue 218

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

Shades of Biloba Flower #A883DA

Tints of Biloba Flower #A883DA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.34%

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

R = 32.5%
G = 25.34%
B = 42.17%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A883DA (or 0xA883DA) is known color: Biloba Flower. HEX triplet: A8, 83 and DA. RGB value is (168,131,218). Sum of RGB (Red+Green+Blue) = 168+131+218=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #A883DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883DA is #577C25. Grayscale: #979797. Windows color (decimal): -5733414 or 14320552. OLE color: 14320552.

HSL color Cylindrical-coordinate representation of color #A883DA: hue angle of 265.52º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A883DA is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 131 218 -
CMYK 0.23 0.40 0 0.15
HSL 265.52º 0.54% 0.68% -
HSV(B) 265.52º 0.4% 0.85% -
XYZ 36.92 29.62 70.1 -
YUV 151.98 165.26 139.43 -
System Red Green Blue C M Y K H S L
Decimal 168 131 218 0.23 0.40 0 0.15 265.52 0.54 0.68
Hex A8 83 DA 17 28 0 F 10A 36 44
Octal 250 203 332 27 50 0 17 412 66 104
Binary 10101000 10000011 11011010 10111 101000 0 1111 100001010 110110 1000100

Color Harmonies of #A883DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A883DA

Black with #A883DA

Text Example


Text Example

White with #A883DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A883DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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