Html Css Color HEX #A438CF Dark Orchid

📋 copy color: '#A438CF'

red 164 ◦ green 56 ◦ blue 207

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

Shades of Dark Orchid #A438CF

Tints of Dark Orchid #A438CF

RGB

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

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

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

R = 38.41%
G = 13.11%
B = 48.48%

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

#A438CF (or 0xA438CF) is known color: Dark Orchid. HEX triplet: A4, 38 and CF. RGB value is (164,56,207). Sum of RGB (Red+Green+Blue) = 164+56+207=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 56 (22.27% from 255 or 13.11% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #A438CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A438CF is #5BC730. Grayscale: #696969. Windows color (decimal): -6014769 or 13580452. OLE color: 13580452.

HSL color Cylindrical-coordinate representation of color #A438CF: hue angle of 282.91º 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 #A438CF is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 56 207 -
CMYK 0.21 0.73 0 0.19
HSL 282.91º 0.61% 0.52% -
HSV(B) 282.91º 0.73% 0.81% -
XYZ 27.99 15.23 60.5 -
YUV 105.51 185.28 169.72 -
System Red Green Blue C M Y K H S L
Decimal 164 56 207 0.21 0.73 0 0.19 282.91 0.61 0.52
Hex A4 38 CF 15 49 0 13 11B 3D 34
Octal 244 70 317 25 111 0 23 433 75 64
Binary 10100100 111000 11001111 10101 1001001 0 10011 100011011 111101 110100

Color Harmonies of #A438CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A438CF

Black with #A438CF

Text Example


Text Example

White with #A438CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A438CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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