Html Css Color HEX #A58FCA Cold Purple

📋 copy color: '#A58FCA'

red 165 ◦ green 143 ◦ blue 202

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

Shades of Cold Purple #A58FCA

Tints of Cold Purple #A58FCA

RGB

 RED value IS 165 (64.84% from 255) = 32.35%

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

 BLUE value IS 202 (79.3% from 255) = 39.61%

R = 32.35%
G = 28.04%
B = 39.61%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A58FCA (or 0xA58FCA) is known color: Cold Purple. HEX triplet: A5, 8F and CA. RGB value is (165,143,202). Sum of RGB (Red+Green+Blue) = 165+143+202=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #A58FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FCA is #5A7035. Grayscale: #9C9C9C. Windows color (decimal): -5926966 or 13275045. OLE color: 13275045.

HSL color Cylindrical-coordinate representation of color #A58FCA: hue angle of 262.37º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A58FCA is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 143 202 -
CMYK 0.18 0.29 0 0.21
HSL 262.37º 0.36% 0.68% -
HSV(B) 262.37º 0.29% 0.79% -
XYZ 36 31.91 60.14 -
YUV 156.3 153.79 134.2 -
System Red Green Blue C M Y K H S L
Decimal 165 143 202 0.18 0.29 0 0.21 262.37 0.36 0.68
Hex A5 8F CA 12 1D 0 15 106 24 44
Octal 245 217 312 22 35 0 25 406 44 104
Binary 10100101 10001111 11001010 10010 11101 0 10101 100000110 100100 1000100

Color Harmonies of #A58FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58FCA

Black with #A58FCA

Text Example


Text Example

White with #A58FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58FCA; }

 p { color: rgb(165,143,202); }

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

background-color css

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

 a { background-color: rgb(165,143,202); }

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

border-color css

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

 span { border-color: rgb(165,143,202); }

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