Html Css Color HEX #A28FEF Biloba Flower

📋 copy color: '#A28FEF'

red 162 ◦ green 143 ◦ blue 239

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

Shades of Biloba Flower #A28FEF

Tints of Biloba Flower #A28FEF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.29%

 BLUE value IS 239 (93.75% from 255) = 43.93%

R = 29.78%
G = 26.29%
B = 43.93%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A28FEF (or 0xA28FEF) is known color: Biloba Flower. HEX triplet: A2, 8F and EF. RGB value is (162,143,239). Sum of RGB (Red+Green+Blue) = 162+143+239=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #A28FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28FEF is #5D7010. Grayscale: #9F9F9F. Windows color (decimal): -6123537 or 15699874. OLE color: 15699874.

HSL color Cylindrical-coordinate representation of color #A28FEF: hue angle of 251.87º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A28FEF is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 143 239 -
CMYK 0.32 0.40 0 0.06
HSL 251.88º 0.75% 0.75% -
HSV(B) 251.88º 0.4% 0.94% -
XYZ 40.3 33.56 86.01 -
YUV 159.63 172.79 129.69 -
System Red Green Blue C M Y K H S L
Decimal 162 143 239 0.32 0.40 0 0.06 251.88 0.75 0.75
Hex A2 8F EF 20 28 0 6 FC 4B 4B
Octal 242 217 357 40 50 0 6 374 113 113
Binary 10100010 10001111 11101111 100000 101000 0 110 11111100 1001011 1001011

Color Harmonies of #A28FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28FEF

Black with #A28FEF

Text Example


Text Example

White with #A28FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28FEF; }

 p { color: rgb(162,143,239); }

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

background-color css

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

 a { background-color: rgb(162,143,239); }

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

border-color css

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

 span { border-color: rgb(162,143,239); }

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