Html Css Color HEX #A087D3 Cold Purple

📋 copy color: '#A087D3'

red 160 ◦ green 135 ◦ blue 211

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

Shades of Cold Purple #A087D3

Tints of Cold Purple #A087D3

RGB

 RED value IS 160 (62.89% from 255) = 31.62%

 GREEN value IS 135 (53.13% from 255) = 26.68%

 BLUE value IS 211 (82.81% from 255) = 41.7%

R = 31.62%
G = 26.68%
B = 41.7%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A087D3 (or 0xA087D3) is known color: Cold Purple. HEX triplet: A0, 87 and D3. RGB value is (160,135,211). Sum of RGB (Red+Green+Blue) = 160+135+211=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 211 - color contains mainly: blue. Hex color #A087D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087D3 is #5F782C. Grayscale: #969696. Windows color (decimal): -6256685 or 13862816. OLE color: 13862816.

HSL color Cylindrical-coordinate representation of color #A087D3: hue angle of 259.74º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A087D3 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 160 135 211 -
CMYK 0.24 0.36 0 0.17
HSL 259.74º 0.46% 0.68% -
HSV(B) 259.74º 0.36% 0.83% -
XYZ 34.92 29.5 65.48 -
YUV 151.14 161.78 134.32 -
System Red Green Blue C M Y K H S L
Decimal 160 135 211 0.24 0.36 0 0.17 259.74 0.46 0.68
Hex A0 87 D3 18 24 0 11 104 2E 44
Octal 240 207 323 30 44 0 21 404 56 104
Binary 10100000 10000111 11010011 11000 100100 0 10001 100000100 101110 1000100

Color Harmonies of #A087D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087D3

Black with #A087D3

Text Example


Text Example

White with #A087D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A087D3; }

 p { color: rgb(160,135,211); }

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

background-color css

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

 a { background-color: rgb(160,135,211); }

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

border-color css

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

 span { border-color: rgb(160,135,211); }

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