Html Css Color HEX #A28CD5 Biloba Flower

📋 copy color: '#A28CD5'

red 162 ◦ green 140 ◦ blue 213

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

Shades of Biloba Flower #A28CD5

Tints of Biloba Flower #A28CD5

RGB

 RED value IS 162 (63.67% from 255) = 31.46%

 GREEN value IS 140 (55.08% from 255) = 27.18%

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

R = 31.46%
G = 27.18%
B = 41.36%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A28CD5 (or 0xA28CD5) is known color: Biloba Flower. HEX triplet: A2, 8C and D5. RGB value is (162,140,213). Sum of RGB (Red+Green+Blue) = 162+140+213=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #A28CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CD5 is #5D732A. Grayscale: #9A9A9A. Windows color (decimal): -6124331 or 13995170. OLE color: 13995170.

HSL color Cylindrical-coordinate representation of color #A28CD5: hue angle of 258.08º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A28CD5 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 140 213 -
CMYK 0.24 0.34 0 0.16
HSL 258.08º 0.46% 0.69% -
HSV(B) 258.08º 0.34% 0.84% -
XYZ 36.29 31.24 67.07 -
YUV 154.9 160.79 133.06 -
System Red Green Blue C M Y K H S L
Decimal 162 140 213 0.24 0.34 0 0.16 258.08 0.46 0.69
Hex A2 8C D5 18 22 0 10 102 2E 45
Octal 242 214 325 30 42 0 20 402 56 105
Binary 10100010 10001100 11010101 11000 100010 0 10000 100000010 101110 1000101

Color Harmonies of #A28CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28CD5

Black with #A28CD5

Text Example


Text Example

White with #A28CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28CD5; }

 p { color: rgb(162,140,213); }

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

background-color css

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

 a { background-color: rgb(162,140,213); }

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

border-color css

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

 span { border-color: rgb(162,140,213); }

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