Html Css Color HEX #A28AD5 Biloba Flower

📋 copy color: '#A28AD5'

red 162 ◦ green 138 ◦ blue 213

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

Shades of Biloba Flower #A28AD5

Tints of Biloba Flower #A28AD5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.9%

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

R = 31.58%
G = 26.9%
B = 41.52%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A28AD5 (or 0xA28AD5) is known color: Biloba Flower. HEX triplet: A2, 8A and D5. RGB value is (162,138,213). Sum of RGB (Red+Green+Blue) = 162+138+213=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #A28AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28AD5 is #5D752A. Grayscale: #999999. Windows color (decimal): -6124843 or 13994658. OLE color: 13994658.

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

Color convert

RGB 162 138 213 -
CMYK 0.24 0.35 0 0.16
HSL 259.2º 0.47% 0.69% -
HSV(B) 259.2º 0.35% 0.84% -
XYZ 36 30.66 66.97 -
YUV 153.73 161.45 133.9 -
System Red Green Blue C M Y K H S L
Decimal 162 138 213 0.24 0.35 0 0.16 259.2 0.47 0.69
Hex A2 8A D5 18 23 0 10 103 2F 45
Octal 242 212 325 30 43 0 20 403 57 105
Binary 10100010 10001010 11010101 11000 100011 0 10000 100000011 101111 1000101

Color Harmonies of #A28AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28AD5

Black with #A28AD5

Text Example


Text Example

White with #A28AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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