Html Css Color HEX #A28EF2 Biloba Flower

📋 copy color: '#A28EF2'

red 162 ◦ green 142 ◦ blue 242

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

Shades of Biloba Flower #A28EF2

Tints of Biloba Flower #A28EF2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.01%

 BLUE value IS 242 (94.92% from 255) = 44.32%

R = 29.67%
G = 26.01%
B = 44.32%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A28EF2 (or 0xA28EF2) is known color: Biloba Flower. HEX triplet: A2, 8E and F2. RGB value is (162,142,242). Sum of RGB (Red+Green+Blue) = 162+142+242=546 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.67% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #A28EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28EF2 is #5D710D. Grayscale: #9F9F9F. Windows color (decimal): -6123790 or 15896226. OLE color: 15896226.

HSL color Cylindrical-coordinate representation of color #A28EF2: hue angle of 252º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A28EF2 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 142 242 -
CMYK 0.33 0.41 0 0.05
HSL 252º 0.79% 0.75% -
HSV(B) 252º 0.41% 0.95% -
XYZ 40.6 33.44 88.32 -
YUV 159.38 174.63 129.87 -
System Red Green Blue C M Y K H S L
Decimal 162 142 242 0.33 0.41 0 0.05 252 0.79 0.75
Hex A2 8E F2 21 29 0 5 FC 4F 4B
Octal 242 216 362 41 51 0 5 374 117 113
Binary 10100010 10001110 11110010 100001 101001 0 101 11111100 1001111 1001011

Color Harmonies of #A28EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28EF2

Black with #A28EF2

Text Example


Text Example

White with #A28EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28EF2; }

 p { color: rgb(162,142,242); }

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

background-color css

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

 a { background-color: rgb(162,142,242); }

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

border-color css

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

 span { border-color: rgb(162,142,242); }

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