Html Css Color HEX #A28AEE Biloba Flower

📋 copy color: '#A28AEE'

red 162 ◦ green 138 ◦ blue 238

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

Shades of Biloba Flower #A28AEE

Tints of Biloba Flower #A28AEE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.65%

 BLUE value IS 238 (93.36% from 255) = 44.24%

R = 30.11%
G = 25.65%
B = 44.24%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A28AEE (or 0xA28AEE) is known color: Biloba Flower. HEX triplet: A2, 8A and EE. RGB value is (162,138,238). Sum of RGB (Red+Green+Blue) = 162+138+238=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #A28AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28AEE is #5D7511. Grayscale: #9C9C9C. Windows color (decimal): -6124818 or 15633058. OLE color: 15633058.

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

Color convert

RGB 162 138 238 -
CMYK 0.32 0.42 0 0.07
HSL 254.4º 0.75% 0.74% -
HSV(B) 254.4º 0.42% 0.93% -
XYZ 39.42 32.03 84.99 -
YUV 156.58 173.95 131.87 -
System Red Green Blue C M Y K H S L
Decimal 162 138 238 0.32 0.42 0 0.07 254.4 0.75 0.74
Hex A2 8A EE 20 2A 0 7 FE 4B 4A
Octal 242 212 356 40 52 0 7 376 113 112
Binary 10100010 10001010 11101110 100000 101010 0 111 11111110 1001011 1001010

Color Harmonies of #A28AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28AEE

Black with #A28AEE

Text Example


Text Example

White with #A28AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28AEE; }

 p { color: rgb(162,138,238); }

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

background-color css

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

 a { background-color: rgb(162,138,238); }

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

border-color css

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

 span { border-color: rgb(162,138,238); }

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