Html Css Color HEX #A28EDE Biloba Flower

📋 copy color: '#A28EDE'

red 162 ◦ green 142 ◦ blue 222

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

Shades of Biloba Flower #A28EDE

Tints of Biloba Flower #A28EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.21%

R = 30.8%
G = 27%
B = 42.21%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A28EDE (or 0xA28EDE) is known color: Biloba Flower. HEX triplet: A2, 8E and DE. RGB value is (162,142,222). Sum of RGB (Red+Green+Blue) = 162+142+222=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #A28EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28EDE is #5D7121. Grayscale: #9C9C9C. Windows color (decimal): -6123810 or 14585506. OLE color: 14585506.

HSL color Cylindrical-coordinate representation of color #A28EDE: hue angle of 255º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A28EDE is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 142 222 -
CMYK 0.27 0.36 0 0.13
HSL 255º 0.55% 0.71% -
HSV(B) 255º 0.36% 0.87% -
XYZ 37.76 32.3 73.35 -
YUV 157.1 164.63 131.5 -
System Red Green Blue C M Y K H S L
Decimal 162 142 222 0.27 0.36 0 0.13 255 0.55 0.71
Hex A2 8E DE 1B 24 0 D FF 37 47
Octal 242 216 336 33 44 0 15 377 67 107
Binary 10100010 10001110 11011110 11011 100100 0 1101 11111111 110111 1000111

Color Harmonies of #A28EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28EDE

Black with #A28EDE

Text Example


Text Example

White with #A28EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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