Html Css Color HEX #A28FDF Biloba Flower

📋 copy color: '#A28FDF'

red 162 ◦ green 143 ◦ blue 223

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

Shades of Biloba Flower #A28FDF

Tints of Biloba Flower #A28FDF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.08%

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

R = 30.68%
G = 27.08%
B = 42.23%

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

#A28FDF (or 0xA28FDF) is known color: Biloba Flower. HEX triplet: A2, 8F and DF. RGB value is (162,143,223). Sum of RGB (Red+Green+Blue) = 162+143+223=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #A28FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28FDF is #5D7020. Grayscale: #9D9D9D. Windows color (decimal): -6123553 or 14651298. OLE color: 14651298.

HSL color Cylindrical-coordinate representation of color #A28FDF: hue angle of 254.25º 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 #A28FDF is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 143 223 -
CMYK 0.27 0.36 0 0.13
HSL 254.25º 0.56% 0.72% -
HSV(B) 254.25º 0.36% 0.87% -
XYZ 38.04 32.65 74.11 -
YUV 157.8 164.79 131 -
System Red Green Blue C M Y K H S L
Decimal 162 143 223 0.27 0.36 0 0.13 254.25 0.56 0.72
Hex A2 8F DF 1B 24 0 D FE 38 48
Octal 242 217 337 33 44 0 15 376 70 110
Binary 10100010 10001111 11011111 11011 100100 0 1101 11111110 111000 1001000

Color Harmonies of #A28FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28FDF

Black with #A28FDF

Text Example


Text Example

White with #A28FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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