Html Css Color HEX #A883D5 Biloba Flower

📋 copy color: '#A883D5'

red 168 ◦ green 131 ◦ blue 213

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

Shades of Biloba Flower #A883D5

Tints of Biloba Flower #A883D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.6%

R = 32.81%
G = 25.59%
B = 41.6%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A883D5 (or 0xA883D5) is known color: Biloba Flower. HEX triplet: A8, 83 and D5. RGB value is (168,131,213). Sum of RGB (Red+Green+Blue) = 168+131+213=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #A883D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883D5 is #577C2A. Grayscale: #979797. Windows color (decimal): -5733419 or 13992872. OLE color: 13992872.

HSL color Cylindrical-coordinate representation of color #A883D5: hue angle of 267.07º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A883D5 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 131 213 -
CMYK 0.21 0.38 0 0.16
HSL 267.07º 0.49% 0.67% -
HSV(B) 267.07º 0.38% 0.84% -
XYZ 36.27 29.36 66.71 -
YUV 151.41 162.76 139.83 -
System Red Green Blue C M Y K H S L
Decimal 168 131 213 0.21 0.38 0 0.16 267.07 0.49 0.67
Hex A8 83 D5 15 26 0 10 10B 31 43
Octal 250 203 325 25 46 0 20 413 61 103
Binary 10101000 10000011 11010101 10101 100110 0 10000 100001011 110001 1000011

Color Harmonies of #A883D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A883D5

Black with #A883D5

Text Example


Text Example

White with #A883D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A883D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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