Html Css Color HEX #A28EDF Biloba Flower

📋 copy color: '#A28EDF'

red 162 ◦ green 142 ◦ blue 223

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

Shades of Biloba Flower #A28EDF

Tints of Biloba Flower #A28EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 30.74%
G = 26.94%
B = 42.31%

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

#A28EDF (or 0xA28EDF) is known color: Biloba Flower. HEX triplet: A2, 8E and DF. RGB value is (162,142,223). Sum of RGB (Red+Green+Blue) = 162+142+223=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #A28EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28EDF is #5D7120. Grayscale: #9C9C9C. Windows color (decimal): -6123809 or 14651042. OLE color: 14651042.

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

Color convert

RGB 162 142 223 -
CMYK 0.27 0.36 0 0.13
HSL 254.81º 0.56% 0.72% -
HSV(B) 254.81º 0.36% 0.87% -
XYZ 37.89 32.36 74.06 -
YUV 157.21 165.13 131.41 -
System Red Green Blue C M Y K H S L
Decimal 162 142 223 0.27 0.36 0 0.13 254.81 0.56 0.72
Hex A2 8E DF 1B 24 0 D FF 38 48
Octal 242 216 337 33 44 0 15 377 70 110
Binary 10100010 10001110 11011111 11011 100100 0 1101 11111111 111000 1001000

Color Harmonies of #A28EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28EDF

Black with #A28EDF

Text Example


Text Example

White with #A28EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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