Html Css Color HEX #A28CDF Biloba Flower

📋 copy color: '#A28CDF'

red 162 ◦ green 140 ◦ blue 223

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

Shades of Biloba Flower #A28CDF

Tints of Biloba Flower #A28CDF

RGB

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

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

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

R = 30.86%
G = 26.67%
B = 42.48%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A28CDF (or 0xA28CDF) is known color: Biloba Flower. HEX triplet: A2, 8C and DF. RGB value is (162,140,223). Sum of RGB (Red+Green+Blue) = 162+140+223=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #A28CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CDF is #5D7320. Grayscale: #9B9B9B. Windows color (decimal): -6124321 or 14650530. OLE color: 14650530.

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

Color convert

RGB 162 140 223 -
CMYK 0.27 0.37 0 0.13
HSL 255.9º 0.56% 0.71% -
HSV(B) 255.9º 0.37% 0.87% -
XYZ 37.6 31.77 73.96 -
YUV 156.04 165.79 132.25 -
System Red Green Blue C M Y K H S L
Decimal 162 140 223 0.27 0.37 0 0.13 255.9 0.56 0.71
Hex A2 8C DF 1B 25 0 D 100 38 47
Octal 242 214 337 33 45 0 15 400 70 107
Binary 10100010 10001100 11011111 11011 100101 0 1101 100000000 111000 1000111

Color Harmonies of #A28CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28CDF

Black with #A28CDF

Text Example


Text Example

White with #A28CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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