Html Css Color HEX #A338AF Dark Orchid

📋 copy color: '#A338AF'

red 163 ◦ green 56 ◦ blue 175

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

Shades of Dark Orchid #A338AF

Tints of Dark Orchid #A338AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.42%

R = 41.37%
G = 14.21%
B = 44.42%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A338AF (or 0xA338AF) is known color: Dark Orchid. HEX triplet: A3, 38 and AF. RGB value is (163,56,175). Sum of RGB (Red+Green+Blue) = 163+56+175=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #A338AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A338AF is #5CC750. Grayscale: #656565. Windows color (decimal): -6080337 or 11483299. OLE color: 11483299.

HSL color Cylindrical-coordinate representation of color #A338AF: hue angle of 293.95º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A338AF is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 56 175 -
CMYK 0.07 0.68 0 0.31
HSL 293.95º 0.52% 0.45% -
HSV(B) 293.95º 0.68% 0.69% -
XYZ 24.26 13.71 41.93 -
YUV 101.56 169.45 171.82 -
System Red Green Blue C M Y K H S L
Decimal 163 56 175 0.07 0.68 0 0.31 293.95 0.52 0.45
Hex A3 38 AF 7 44 0 1F 126 34 2D
Octal 243 70 257 7 104 0 37 446 64 55
Binary 10100011 111000 10101111 111 1000100 0 11111 100100110 110100 101101

Color Harmonies of #A338AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A338AF

Black with #A338AF

Text Example


Text Example

White with #A338AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A338AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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