Html Css Color HEX #A38BCC Cold Purple

📋 copy color: '#A38BCC'

red 163 ◦ green 139 ◦ blue 204

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

Shades of Cold Purple #A38BCC

Tints of Cold Purple #A38BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.47%

 BLUE value IS 204 (80.08% from 255) = 40.32%

R = 32.21%
G = 27.47%
B = 40.32%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A38BCC (or 0xA38BCC) is known color: Cold Purple. HEX triplet: A3, 8B and CC. RGB value is (163,139,204). Sum of RGB (Red+Green+Blue) = 163+139+204=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #A38BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38BCC is #5C7433. Grayscale: #999999. Windows color (decimal): -6059060 or 13405091. OLE color: 13405091.

HSL color Cylindrical-coordinate representation of color #A38BCC: hue angle of 262.15º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A38BCC is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 139 204 -
CMYK 0.20 0.32 0 0.2
HSL 262.15º 0.39% 0.67% -
HSV(B) 262.15º 0.32% 0.8% -
XYZ 35.24 30.61 61.18 -
YUV 153.59 156.45 134.71 -
System Red Green Blue C M Y K H S L
Decimal 163 139 204 0.20 0.32 0 0.2 262.15 0.39 0.67
Hex A3 8B CC 14 20 0 14 106 27 43
Octal 243 213 314 24 40 0 24 406 47 103
Binary 10100011 10001011 11001100 10100 100000 0 10100 100000110 100111 1000011

Color Harmonies of #A38BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38BCC

Black with #A38BCC

Text Example


Text Example

White with #A38BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38BCC; }

 p { color: rgb(163,139,204); }

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

background-color css

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

 a { background-color: rgb(163,139,204); }

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

border-color css

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

 span { border-color: rgb(163,139,204); }

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