Html Css Color HEX #A284D7 Biloba Flower

📋 copy color: '#A284D7'

red 162 ◦ green 132 ◦ blue 215

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

Shades of Biloba Flower #A284D7

Tints of Biloba Flower #A284D7

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.93%

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

R = 31.83%
G = 25.93%
B = 42.24%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A284D7 (or 0xA284D7) is known color: Biloba Flower. HEX triplet: A2, 84 and D7. RGB value is (162,132,215). Sum of RGB (Red+Green+Blue) = 162+132+215=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #A284D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A284D7 is #5D7B28. Grayscale: #969696. Windows color (decimal): -6126377 or 14124194. OLE color: 14124194.

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

Color convert

RGB 162 132 215 -
CMYK 0.25 0.39 0 0.16
HSL 261.69º 0.51% 0.68% -
HSV(B) 261.69º 0.39% 0.84% -
XYZ 35.42 29.09 68.04 -
YUV 150.43 164.44 136.25 -
System Red Green Blue C M Y K H S L
Decimal 162 132 215 0.25 0.39 0 0.16 261.69 0.51 0.68
Hex A2 84 D7 19 27 0 10 106 33 44
Octal 242 204 327 31 47 0 20 406 63 104
Binary 10100010 10000100 11010111 11001 100111 0 10000 100000110 110011 1000100

Color Harmonies of #A284D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A284D7

Black with #A284D7

Text Example


Text Example

White with #A284D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A284D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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