Html Css Color HEX #A38FCB Cold Purple

📋 copy color: '#A38FCB'

red 163 ◦ green 143 ◦ blue 203

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

Shades of Cold Purple #A38FCB

Tints of Cold Purple #A38FCB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.09%

 BLUE value IS 203 (79.69% from 255) = 39.88%

R = 32.02%
G = 28.09%
B = 39.88%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A38FCB (or 0xA38FCB) is known color: Cold Purple. HEX triplet: A3, 8F and CB. RGB value is (163,143,203). Sum of RGB (Red+Green+Blue) = 163+143+203=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #A38FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FCB is #5C7034. Grayscale: #9B9B9B. Windows color (decimal): -6058037 or 13340579. OLE color: 13340579.

HSL color Cylindrical-coordinate representation of color #A38FCB: hue angle of 260º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A38FCB is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 143 203 -
CMYK 0.20 0.30 0 0.20
HSL 260º 0.37% 0.68% -
HSV(B) 260º 0.3% 0.8% -
XYZ 35.71 31.74 60.75 -
YUV 155.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 163 143 203 0.20 0.30 0 0.20 260 0.37 0.68
Hex A3 8F CB 14 1E 0 14 104 25 44
Octal 243 217 313 24 36 0 24 404 45 104
Binary 10100011 10001111 11001011 10100 11110 0 10100 100000100 100101 1000100

Color Harmonies of #A38FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38FCB

Black with #A38FCB

Text Example


Text Example

White with #A38FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38FCB; }

 p { color: rgb(163,143,203); }

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

background-color css

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

 a { background-color: rgb(163,143,203); }

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

border-color css

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

 span { border-color: rgb(163,143,203); }

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