Html Css Color HEX #A28BE5 Biloba Flower

📋 copy color: '#A28BE5'

red 162 ◦ green 139 ◦ blue 229

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

Shades of Biloba Flower #A28BE5

Tints of Biloba Flower #A28BE5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.23%

 BLUE value IS 229 (89.84% from 255) = 43.21%

R = 30.57%
G = 26.23%
B = 43.21%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A28BE5 (or 0xA28BE5) is known color: Biloba Flower. HEX triplet: A2, 8B and E5. RGB value is (162,139,229). Sum of RGB (Red+Green+Blue) = 162+139+229=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #A28BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BE5 is #5D741A. Grayscale: #9B9B9B. Windows color (decimal): -6124571 or 15043490. OLE color: 15043490.

HSL color Cylindrical-coordinate representation of color #A28BE5: hue angle of 255.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A28BE5 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 139 229 -
CMYK 0.29 0.39 0 0.10
HSL 255.33º 0.63% 0.72% -
HSV(B) 255.33º 0.39% 0.9% -
XYZ 38.28 31.8 78.25 -
YUV 156.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 162 139 229 0.29 0.39 0 0.10 255.33 0.63 0.72
Hex A2 8B E5 1D 27 0 A FF 3F 48
Octal 242 213 345 35 47 0 12 377 77 110
Binary 10100010 10001011 11100101 11101 100111 0 1010 11111111 111111 1001000

Color Harmonies of #A28BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28BE5

Black with #A28BE5

Text Example


Text Example

White with #A28BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28BE5; }

 p { color: rgb(162,139,229); }

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

background-color css

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

 a { background-color: rgb(162,139,229); }

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

border-color css

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

 span { border-color: rgb(162,139,229); }

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