Html Css Color HEX #A38ACF Cold Purple

📋 copy color: '#A38ACF'

red 163 ◦ green 138 ◦ blue 207

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

Shades of Cold Purple #A38ACF

Tints of Cold Purple #A38ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.17%

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

R = 32.09%
G = 27.17%
B = 40.75%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A38ACF (or 0xA38ACF) is known color: Cold Purple. HEX triplet: A3, 8A and CF. RGB value is (163,138,207). Sum of RGB (Red+Green+Blue) = 163+138+207=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #A38ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38ACF is #5C7530. Grayscale: #999999. Windows color (decimal): -6059313 or 13601443. OLE color: 13601443.

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

Color convert

RGB 163 138 207 -
CMYK 0.21 0.33 0 0.19
HSL 261.74º 0.42% 0.68% -
HSV(B) 261.74º 0.33% 0.81% -
XYZ 35.46 30.47 63.04 -
YUV 153.34 158.28 134.89 -
System Red Green Blue C M Y K H S L
Decimal 163 138 207 0.21 0.33 0 0.19 261.74 0.42 0.68
Hex A3 8A CF 15 21 0 13 106 2A 44
Octal 243 212 317 25 41 0 23 406 52 104
Binary 10100011 10001010 11001111 10101 100001 0 10011 100000110 101010 1000100

Color Harmonies of #A38ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38ACF

Black with #A38ACF

Text Example


Text Example

White with #A38ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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