Html Css Color HEX #A338CF Dark Orchid

📋 copy color: '#A338CF'

red 163 ◦ green 56 ◦ blue 207

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

Shades of Dark Orchid #A338CF

Tints of Dark Orchid #A338CF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.15%

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

R = 38.26%
G = 13.15%
B = 48.59%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A338CF (or 0xA338CF) is known color: Dark Orchid. HEX triplet: A3, 38 and CF. RGB value is (163,56,207). Sum of RGB (Red+Green+Blue) = 163+56+207=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #A338CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A338CF is #5CC730. Grayscale: #686868. Windows color (decimal): -6080305 or 13580451. OLE color: 13580451.

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

Color convert

RGB 163 56 207 -
CMYK 0.21 0.73 0 0.19
HSL 282.52º 0.61% 0.52% -
HSV(B) 282.52º 0.73% 0.81% -
XYZ 27.78 15.12 60.49 -
YUV 105.21 185.45 169.22 -
System Red Green Blue C M Y K H S L
Decimal 163 56 207 0.21 0.73 0 0.19 282.52 0.61 0.52
Hex A3 38 CF 15 49 0 13 11B 3D 34
Octal 243 70 317 25 111 0 23 433 75 64
Binary 10100011 111000 11001111 10101 1001001 0 10011 100011011 111101 110100

Color Harmonies of #A338CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A338CF

Black with #A338CF

Text Example


Text Example

White with #A338CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A338CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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