Html Css Color HEX #A28BD7 Biloba Flower

📋 copy color: '#A28BD7'

red 162 ◦ green 139 ◦ blue 215

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

Shades of Biloba Flower #A28BD7

Tints of Biloba Flower #A28BD7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.94%

 BLUE value IS 215 (84.38% from 255) = 41.67%

R = 31.4%
G = 26.94%
B = 41.67%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A28BD7 (or 0xA28BD7) is known color: Biloba Flower. HEX triplet: A2, 8B and D7. RGB value is (162,139,215). Sum of RGB (Red+Green+Blue) = 162+139+215=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 215 - color contains mainly: blue. Hex color #A28BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BD7 is #5D7428. Grayscale: #9A9A9A. Windows color (decimal): -6124585 or 14125986. OLE color: 14125986.

HSL color Cylindrical-coordinate representation of color #A28BD7: hue angle of 258.16º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A28BD7 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 139 215 -
CMYK 0.25 0.35 0 0.16
HSL 258.16º 0.49% 0.69% -
HSV(B) 258.16º 0.35% 0.84% -
XYZ 36.4 31.05 68.37 -
YUV 154.54 162.12 133.32 -
System Red Green Blue C M Y K H S L
Decimal 162 139 215 0.25 0.35 0 0.16 258.16 0.49 0.69
Hex A2 8B D7 19 23 0 10 102 31 45
Octal 242 213 327 31 43 0 20 402 61 105
Binary 10100010 10001011 11010111 11001 100011 0 10000 100000010 110001 1000101

Color Harmonies of #A28BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28BD7

Black with #A28BD7

Text Example


Text Example

White with #A28BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28BD7; }

 p { color: rgb(162,139,215); }

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

background-color css

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

 a { background-color: rgb(162,139,215); }

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

border-color css

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

 span { border-color: rgb(162,139,215); }

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