Html Css Color HEX #A28FE6 Biloba Flower

📋 copy color: '#A28FE6'

red 162 ◦ green 143 ◦ blue 230

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

Shades of Biloba Flower #A28FE6

Tints of Biloba Flower #A28FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.99%

R = 30.28%
G = 26.73%
B = 42.99%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A28FE6 (or 0xA28FE6) is known color: Biloba Flower. HEX triplet: A2, 8F and E6. RGB value is (162,143,230). Sum of RGB (Red+Green+Blue) = 162+143+230=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #A28FE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28FE6 is #5D7019. Grayscale: #9E9E9E. Windows color (decimal): -6123546 or 15110050. OLE color: 15110050.

HSL color Cylindrical-coordinate representation of color #A28FE6: hue angle of 253.1º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A28FE6 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 143 230 -
CMYK 0.30 0.38 0 0.10
HSL 253.1º 0.64% 0.73% -
HSV(B) 253.1º 0.38% 0.9% -
XYZ 39.01 33.04 79.18 -
YUV 158.6 168.29 130.43 -
System Red Green Blue C M Y K H S L
Decimal 162 143 230 0.30 0.38 0 0.10 253.1 0.64 0.73
Hex A2 8F E6 1E 26 0 A FD 40 49
Octal 242 217 346 36 46 0 12 375 100 111
Binary 10100010 10001111 11100110 11110 100110 0 1010 11111101 1000000 1001001

Color Harmonies of #A28FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28FE6

Black with #A28FE6

Text Example


Text Example

White with #A28FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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