Html Css Color HEX #A883CF Cold Purple

📋 copy color: '#A883CF'

red 168 ◦ green 131 ◦ blue 207

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

Shades of Cold Purple #A883CF

Tints of Cold Purple #A883CF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.89%

 BLUE value IS 207 (81.25% from 255) = 40.91%

R = 33.2%
G = 25.89%
B = 40.91%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A883CF (or 0xA883CF) is known color: Cold Purple. HEX triplet: A8, 83 and CF. RGB value is (168,131,207). Sum of RGB (Red+Green+Blue) = 168+131+207=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #A883CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883CF is #577C30. Grayscale: #969696. Windows color (decimal): -5733425 or 13599656. OLE color: 13599656.

HSL color Cylindrical-coordinate representation of color #A883CF: hue angle of 269.21º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A883CF is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 131 207 -
CMYK 0.19 0.37 0 0.19
HSL 269.21º 0.44% 0.66% -
HSV(B) 269.21º 0.37% 0.81% -
XYZ 35.53 29.06 62.77 -
YUV 150.73 159.76 140.32 -
System Red Green Blue C M Y K H S L
Decimal 168 131 207 0.19 0.37 0 0.19 269.21 0.44 0.66
Hex A8 83 CF 13 25 0 13 10D 2C 42
Octal 250 203 317 23 45 0 23 415 54 102
Binary 10101000 10000011 11001111 10011 100101 0 10011 100001101 101100 1000010

Color Harmonies of #A883CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A883CF

Black with #A883CF

Text Example


Text Example

White with #A883CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A883CF; }

 p { color: rgb(168,131,207); }

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

background-color css

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

 a { background-color: rgb(168,131,207); }

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

border-color css

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

 span { border-color: rgb(168,131,207); }

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