Html Css Color HEX #A885CD Cold Purple

📋 copy color: '#A885CD'

red 168 ◦ green 133 ◦ blue 205

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

Shades of Cold Purple #A885CD

Tints of Cold Purple #A885CD

RGB

 RED value IS 168 (66.02% from 255) = 33.2%

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

 BLUE value IS 205 (80.47% from 255) = 40.51%

R = 33.2%
G = 26.28%
B = 40.51%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A885CD (or 0xA885CD) is known color: Cold Purple. HEX triplet: A8, 85 and CD. RGB value is (168,133,205). Sum of RGB (Red+Green+Blue) = 168+133+205=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #A885CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885CD is #577A32. Grayscale: #979797. Windows color (decimal): -5732915 or 13469096. OLE color: 13469096.

HSL color Cylindrical-coordinate representation of color #A885CD: hue angle of 269.17º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A885CD is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 133 205 -
CMYK 0.18 0.35 0 0.20
HSL 269.17º 0.42% 0.66% -
HSV(B) 269.17º 0.35% 0.8% -
XYZ 35.56 29.51 61.58 -
YUV 151.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 168 133 205 0.18 0.35 0 0.20 269.17 0.42 0.66
Hex A8 85 CD 12 23 0 14 10D 2A 42
Octal 250 205 315 22 43 0 24 415 52 102
Binary 10101000 10000101 11001101 10010 100011 0 10100 100001101 101010 1000010

Color Harmonies of #A885CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A885CD

Black with #A885CD

Text Example


Text Example

White with #A885CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A885CD; }

 p { color: rgb(168,133,205); }

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

background-color css

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

 a { background-color: rgb(168,133,205); }

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

border-color css

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

 span { border-color: rgb(168,133,205); }

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