Html Css Color HEX #A438AF Dark Orchid

📋 copy color: '#A438AF'

red 164 ◦ green 56 ◦ blue 175

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

Shades of Dark Orchid #A438AF

Tints of Dark Orchid #A438AF

RGB

 RED value IS 164 (64.45% from 255) = 41.52%

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

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

R = 41.52%
G = 14.18%
B = 44.3%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A438AF (or 0xA438AF) is known color: Dark Orchid. HEX triplet: A4, 38 and AF. RGB value is (164,56,175). Sum of RGB (Red+Green+Blue) = 164+56+175=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #A438AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A438AF is #5BC750. Grayscale: #656565. Windows color (decimal): -6014801 or 11483300. OLE color: 11483300.

HSL color Cylindrical-coordinate representation of color #A438AF: hue angle of 294.45º 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 #A438AF is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 56 175 -
CMYK 0.06 0.68 0 0.31
HSL 294.45º 0.52% 0.45% -
HSV(B) 294.45º 0.68% 0.69% -
XYZ 24.46 13.82 41.93 -
YUV 101.86 169.28 172.32 -
System Red Green Blue C M Y K H S L
Decimal 164 56 175 0.06 0.68 0 0.31 294.45 0.52 0.45
Hex A4 38 AF 6 44 0 1F 126 34 2D
Octal 244 70 257 6 104 0 37 446 64 55
Binary 10100100 111000 10101111 110 1000100 0 11111 100100110 110100 101101

Color Harmonies of #A438AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A438AF

Black with #A438AF

Text Example


Text Example

White with #A438AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A438AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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