Html Css Color HEX #A882D5 Biloba Flower

📋 copy color: '#A882D5'

red 168 ◦ green 130 ◦ blue 213

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

Shades of Biloba Flower #A882D5

Tints of Biloba Flower #A882D5

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.44%

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

R = 32.88%
G = 25.44%
B = 41.68%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A882D5 (or 0xA882D5) is known color: Biloba Flower. HEX triplet: A8, 82 and D5. RGB value is (168,130,213). Sum of RGB (Red+Green+Blue) = 168+130+213=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #A882D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882D5 is #577D2A. Grayscale: #969696. Windows color (decimal): -5733675 or 13992616. OLE color: 13992616.

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

Color convert

RGB 168 130 213 -
CMYK 0.21 0.39 0 0.16
HSL 267.47º 0.5% 0.67% -
HSV(B) 267.47º 0.39% 0.84% -
XYZ 36.14 29.09 66.66 -
YUV 150.82 163.09 140.25 -
System Red Green Blue C M Y K H S L
Decimal 168 130 213 0.21 0.39 0 0.16 267.47 0.5 0.67
Hex A8 82 D5 15 27 0 10 10B 32 43
Octal 250 202 325 25 47 0 20 413 62 103
Binary 10101000 10000010 11010101 10101 100111 0 10000 100001011 110010 1000011

Color Harmonies of #A882D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A882D5

Black with #A882D5

Text Example


Text Example

White with #A882D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A882D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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