Html Css Color HEX #A28BEC Biloba Flower

📋 copy color: '#A28BEC'

red 162 ◦ green 139 ◦ blue 236

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

Shades of Biloba Flower #A28BEC

Tints of Biloba Flower #A28BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.95%

R = 30.17%
G = 25.88%
B = 43.95%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A28BEC (or 0xA28BEC) is known color: Biloba Flower. HEX triplet: A2, 8B and EC. RGB value is (162,139,236). Sum of RGB (Red+Green+Blue) = 162+139+236=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #A28BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28BEC is #5D7413. Grayscale: #9C9C9C. Windows color (decimal): -6124564 or 15502242. OLE color: 15502242.

HSL color Cylindrical-coordinate representation of color #A28BEC: hue angle of 254.23º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A28BEC is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 139 236 -
CMYK 0.31 0.41 0 0.07
HSL 254.23º 0.72% 0.74% -
HSV(B) 254.23º 0.41% 0.93% -
XYZ 39.27 32.2 83.5 -
YUV 156.94 172.62 131.61 -
System Red Green Blue C M Y K H S L
Decimal 162 139 236 0.31 0.41 0 0.07 254.23 0.72 0.74
Hex A2 8B EC 1F 29 0 7 FE 48 4A
Octal 242 213 354 37 51 0 7 376 110 112
Binary 10100010 10001011 11101100 11111 101001 0 111 11111110 1001000 1001010

Color Harmonies of #A28BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28BEC

Black with #A28BEC

Text Example


Text Example

White with #A28BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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