Html Css Color HEX #A28AEA Biloba Flower

📋 copy color: '#A28AEA'

red 162 ◦ green 138 ◦ blue 234

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

Shades of Biloba Flower #A28AEA

Tints of Biloba Flower #A28AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.82%

R = 30.34%
G = 25.84%
B = 43.82%

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

#A28AEA (or 0xA28AEA) is known color: Biloba Flower. HEX triplet: A2, 8A and EA. RGB value is (162,138,234). Sum of RGB (Red+Green+Blue) = 162+138+234=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #A28AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28AEA is #5D7515. Grayscale: #9B9B9B. Windows color (decimal): -6124822 or 15370914. OLE color: 15370914.

HSL color Cylindrical-coordinate representation of color #A28AEA: hue angle of 255º degrees, saturation: 0.7, 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 #A28AEA is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 138 234 -
CMYK 0.31 0.41 0 0.08
HSL 255º 0.7% 0.73% -
HSV(B) 255º 0.41% 0.92% -
XYZ 38.84 31.8 81.93 -
YUV 156.12 171.95 132.19 -
System Red Green Blue C M Y K H S L
Decimal 162 138 234 0.31 0.41 0 0.08 255 0.7 0.73
Hex A2 8A EA 1F 29 0 8 FF 46 49
Octal 242 212 352 37 51 0 10 377 106 111
Binary 10100010 10001010 11101010 11111 101001 0 1000 11111111 1000110 1001001

Color Harmonies of #A28AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28AEA

Black with #A28AEA

Text Example


Text Example

White with #A28AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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