Html Css Color HEX #A388CF Cold Purple

📋 copy color: '#A388CF'

red 163 ◦ green 136 ◦ blue 207

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

Shades of Cold Purple #A388CF

Tints of Cold Purple #A388CF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.88%

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

R = 32.21%
G = 26.88%
B = 40.91%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A388CF (or 0xA388CF) is known color: Cold Purple. HEX triplet: A3, 88 and CF. RGB value is (163,136,207). Sum of RGB (Red+Green+Blue) = 163+136+207=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 136 (53.52% from 255 or 26.88% 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 #A388CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388CF is #5C7730. Grayscale: #979797. Windows color (decimal): -6059825 or 13600931. OLE color: 13600931.

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

Color convert

RGB 163 136 207 -
CMYK 0.21 0.34 0 0.19
HSL 262.82º 0.43% 0.67% -
HSV(B) 262.82º 0.34% 0.81% -
XYZ 35.17 29.9 62.95 -
YUV 152.17 158.95 135.73 -
System Red Green Blue C M Y K H S L
Decimal 163 136 207 0.21 0.34 0 0.19 262.82 0.43 0.67
Hex A3 88 CF 15 22 0 13 107 2B 43
Octal 243 210 317 25 42 0 23 407 53 103
Binary 10100011 10001000 11001111 10101 100010 0 10011 100000111 101011 1000011

Color Harmonies of #A388CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A388CF

Black with #A388CF

Text Example


Text Example

White with #A388CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A388CF; }

 p { color: rgb(163,136,207); }

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

background-color css

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

 a { background-color: rgb(163,136,207); }

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

border-color css

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

 span { border-color: rgb(163,136,207); }

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