Html Css Color HEX #A385D2 Cold Purple

📋 copy color: '#A385D2'

red 163 ◦ green 133 ◦ blue 210

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

Shades of Cold Purple #A385D2

Tints of Cold Purple #A385D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.5%

R = 32.21%
G = 26.28%
B = 41.5%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A385D2 (or 0xA385D2) is known color: Cold Purple. HEX triplet: A3, 85 and D2. RGB value is (163,133,210). Sum of RGB (Red+Green+Blue) = 163+133+210=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 210 - color contains mainly: blue. Hex color #A385D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385D2 is #5C7A2D. Grayscale: #969696. Windows color (decimal): -6060590 or 13796771. OLE color: 13796771.

HSL color Cylindrical-coordinate representation of color #A385D2: hue angle of 263.38º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A385D2 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 133 210 -
CMYK 0.22 0.37 0 0.18
HSL 263.38º 0.46% 0.67% -
HSV(B) 263.38º 0.37% 0.82% -
XYZ 35.12 29.21 64.76 -
YUV 150.75 161.44 136.74 -
System Red Green Blue C M Y K H S L
Decimal 163 133 210 0.22 0.37 0 0.18 263.38 0.46 0.67
Hex A3 85 D2 16 25 0 12 107 2E 43
Octal 243 205 322 26 45 0 22 407 56 103
Binary 10100011 10000101 11010010 10110 100101 0 10010 100000111 101110 1000011

Color Harmonies of #A385D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A385D2

Black with #A385D2

Text Example


Text Example

White with #A385D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A385D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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