Html Css Color HEX #A28CEC Biloba Flower

📋 copy color: '#A28CEC'

red 162 ◦ green 140 ◦ blue 236

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

Shades of Biloba Flower #A28CEC

Tints of Biloba Flower #A28CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.87%

R = 30.11%
G = 26.02%
B = 43.87%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A28CEC (or 0xA28CEC) is known color: Biloba Flower. HEX triplet: A2, 8C and EC. RGB value is (162,140,236). Sum of RGB (Red+Green+Blue) = 162+140+236=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #A28CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28CEC is #5D7313. Grayscale: #9D9D9D. Windows color (decimal): -6124308 or 15502498. OLE color: 15502498.

HSL color Cylindrical-coordinate representation of color #A28CEC: hue angle of 253.75º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A28CEC is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 140 236 -
CMYK 0.31 0.41 0 0.07
HSL 253.75º 0.72% 0.74% -
HSV(B) 253.75º 0.41% 0.93% -
XYZ 39.42 32.49 83.55 -
YUV 157.52 172.29 131.19 -
System Red Green Blue C M Y K H S L
Decimal 162 140 236 0.31 0.41 0 0.07 253.75 0.72 0.74
Hex A2 8C EC 1F 29 0 7 FE 48 4A
Octal 242 214 354 37 51 0 7 376 110 112
Binary 10100010 10001100 11101100 11111 101001 0 111 11111110 1001000 1001010

Color Harmonies of #A28CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28CEC

Black with #A28CEC

Text Example


Text Example

White with #A28CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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