Html Css Color HEX #A28FDD Biloba Flower

📋 copy color: '#A28FDD'

red 162 ◦ green 143 ◦ blue 221

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

Shades of Biloba Flower #A28FDD

Tints of Biloba Flower #A28FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.19%

 BLUE value IS 221 (86.72% from 255) = 42.02%

R = 30.8%
G = 27.19%
B = 42.02%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A28FDD (or 0xA28FDD) is known color: Biloba Flower. HEX triplet: A2, 8F and DD. RGB value is (162,143,221). Sum of RGB (Red+Green+Blue) = 162+143+221=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #A28FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28FDD is #5D7022. Grayscale: #9D9D9D. Windows color (decimal): -6123555 or 14520226. OLE color: 14520226.

HSL color Cylindrical-coordinate representation of color #A28FDD: hue angle of 254.62º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A28FDD is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 143 221 -
CMYK 0.27 0.35 0 0.13
HSL 254.62º 0.53% 0.71% -
HSV(B) 254.62º 0.35% 0.87% -
XYZ 37.77 32.55 72.7 -
YUV 157.57 163.79 131.16 -
System Red Green Blue C M Y K H S L
Decimal 162 143 221 0.27 0.35 0 0.13 254.62 0.53 0.71
Hex A2 8F DD 1B 23 0 D FF 35 47
Octal 242 217 335 33 43 0 15 377 65 107
Binary 10100010 10001111 11011101 11011 100011 0 1101 11111111 110101 1000111

Color Harmonies of #A28FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28FDD

Black with #A28FDD

Text Example


Text Example

White with #A28FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28FDD; }

 p { color: rgb(162,143,221); }

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

background-color css

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

 a { background-color: rgb(162,143,221); }

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

border-color css

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

 span { border-color: rgb(162,143,221); }

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