Html Css Color HEX #A28BE7 Biloba Flower

📋 copy color: '#A28BE7'

red 162 ◦ green 139 ◦ blue 231

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

Shades of Biloba Flower #A28BE7

Tints of Biloba Flower #A28BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.42%

R = 30.45%
G = 26.13%
B = 43.42%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A28BE7 (or 0xA28BE7) is known color: Biloba Flower. HEX triplet: A2, 8B and E7. RGB value is (162,139,231). Sum of RGB (Red+Green+Blue) = 162+139+231=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #A28BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28BE7 is #5D7418. Grayscale: #9C9C9C. Windows color (decimal): -6124569 or 15174562. OLE color: 15174562.

HSL color Cylindrical-coordinate representation of color #A28BE7: hue angle of 255º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A28BE7 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 139 231 -
CMYK 0.30 0.40 0 0.09
HSL 255º 0.66% 0.73% -
HSV(B) 255º 0.4% 0.91% -
XYZ 38.56 31.92 79.73 -
YUV 156.37 170.12 132.02 -
System Red Green Blue C M Y K H S L
Decimal 162 139 231 0.30 0.40 0 0.09 255 0.66 0.73
Hex A2 8B E7 1E 28 0 9 FF 42 49
Octal 242 213 347 36 50 0 11 377 102 111
Binary 10100010 10001011 11100111 11110 101000 0 1001 11111111 1000010 1001001

Color Harmonies of #A28BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28BE7

Black with #A28BE7

Text Example


Text Example

White with #A28BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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