Html Css Color HEX #A28CEF Biloba Flower

📋 copy color: '#A28CEF'

red 162 ◦ green 140 ◦ blue 239

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

Shades of Biloba Flower #A28CEF

Tints of Biloba Flower #A28CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.88%

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

R = 29.94%
G = 25.88%
B = 44.18%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A28CEF (or 0xA28CEF) is known color: Biloba Flower. HEX triplet: A2, 8C and EF. RGB value is (162,140,239). Sum of RGB (Red+Green+Blue) = 162+140+239=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #A28CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28CEF is #5D7310. Grayscale: #9D9D9D. Windows color (decimal): -6124305 or 15699106. OLE color: 15699106.

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

Color convert

RGB 162 140 239 -
CMYK 0.32 0.41 0 0.06
HSL 253.33º 0.76% 0.74% -
HSV(B) 253.33º 0.41% 0.94% -
XYZ 39.86 32.67 85.87 -
YUV 157.86 173.79 130.95 -
System Red Green Blue C M Y K H S L
Decimal 162 140 239 0.32 0.41 0 0.06 253.33 0.76 0.74
Hex A2 8C EF 20 29 0 6 FD 4C 4A
Octal 242 214 357 40 51 0 6 375 114 112
Binary 10100010 10001100 11101111 100000 101001 0 110 11111101 1001100 1001010

Color Harmonies of #A28CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28CEF

Black with #A28CEF

Text Example


Text Example

White with #A28CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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