Html Css Color HEX #A385CA Cold Purple

📋 copy color: '#A385CA'

red 163 ◦ green 133 ◦ blue 202

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

Shades of Cold Purple #A385CA

Tints of Cold Purple #A385CA

RGB

 RED value IS 163 (64.06% from 255) = 32.73%

 GREEN value IS 133 (52.34% from 255) = 26.71%

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

R = 32.73%
G = 26.71%
B = 40.56%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A385CA (or 0xA385CA) is known color: Cold Purple. HEX triplet: A3, 85 and CA. RGB value is (163,133,202). Sum of RGB (Red+Green+Blue) = 163+133+202=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #A385CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385CA is #5C7A35. Grayscale: #959595. Windows color (decimal): -6060598 or 13272483. OLE color: 13272483.

HSL color Cylindrical-coordinate representation of color #A385CA: hue angle of 266.09º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A385CA is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 133 202 -
CMYK 0.19 0.34 0 0.21
HSL 266.09º 0.39% 0.66% -
HSV(B) 266.09º 0.34% 0.79% -
XYZ 34.15 28.83 59.64 -
YUV 149.84 157.44 137.39 -
System Red Green Blue C M Y K H S L
Decimal 163 133 202 0.19 0.34 0 0.21 266.09 0.39 0.66
Hex A3 85 CA 13 22 0 15 10A 27 42
Octal 243 205 312 23 42 0 25 412 47 102
Binary 10100011 10000101 11001010 10011 100010 0 10101 100001010 100111 1000010

Color Harmonies of #A385CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A385CA

Black with #A385CA

Text Example


Text Example

White with #A385CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A385CA; }

 p { color: rgb(163,133,202); }

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

background-color css

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

 a { background-color: rgb(163,133,202); }

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

border-color css

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

 span { border-color: rgb(163,133,202); }

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