Html Css Color HEX #A28BEB Biloba Flower

📋 copy color: '#A28BEB'

red 162 ◦ green 139 ◦ blue 235

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

Shades of Biloba Flower #A28BEB

Tints of Biloba Flower #A28BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.84%

R = 30.22%
G = 25.93%
B = 43.84%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A28BEB (or 0xA28BEB) is known color: Biloba Flower. HEX triplet: A2, 8B and EB. RGB value is (162,139,235). Sum of RGB (Red+Green+Blue) = 162+139+235=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #A28BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28BEB is #5D7414. Grayscale: #9C9C9C. Windows color (decimal): -6124565 or 15436706. OLE color: 15436706.

HSL color Cylindrical-coordinate representation of color #A28BEB: hue angle of 254.38º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A28BEB is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 139 235 -
CMYK 0.31 0.41 0 0.08
HSL 254.38º 0.71% 0.73% -
HSV(B) 254.38º 0.41% 0.92% -
XYZ 39.13 32.14 82.74 -
YUV 156.82 172.12 131.69 -
System Red Green Blue C M Y K H S L
Decimal 162 139 235 0.31 0.41 0 0.08 254.38 0.71 0.73
Hex A2 8B EB 1F 29 0 8 FE 47 49
Octal 242 213 353 37 51 0 10 376 107 111
Binary 10100010 10001011 11101011 11111 101001 0 1000 11111110 1000111 1001001

Color Harmonies of #A28BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28BEB

Black with #A28BEB

Text Example


Text Example

White with #A28BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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