Html Css Color HEX #A433AF Dark Orchid

📋 copy color: '#A433AF'

red 164 ◦ green 51 ◦ blue 175

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

Shades of Dark Orchid #A433AF

Tints of Dark Orchid #A433AF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.08%

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

R = 42.05%
G = 13.08%
B = 44.87%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A433AF (or 0xA433AF) is known color: Dark Orchid. HEX triplet: A4, 33 and AF. RGB value is (164,51,175). Sum of RGB (Red+Green+Blue) = 164+51+175=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #A433AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A433AF is #5BCC50. Grayscale: #626262. Windows color (decimal): -6016081 or 11482020. OLE color: 11482020.

HSL color Cylindrical-coordinate representation of color #A433AF: hue angle of 294.68º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A433AF is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 51 175 -
CMYK 0.06 0.71 0 0.31
HSL 294.68º 0.55% 0.44% -
HSV(B) 294.68º 0.71% 0.69% -
XYZ 24.23 13.36 41.86 -
YUV 98.92 170.94 174.42 -
System Red Green Blue C M Y K H S L
Decimal 164 51 175 0.06 0.71 0 0.31 294.68 0.55 0.44
Hex A4 33 AF 6 47 0 1F 127 37 2C
Octal 244 63 257 6 107 0 37 447 67 54
Binary 10100100 110011 10101111 110 1000111 0 11111 100100111 110111 101100

Color Harmonies of #A433AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A433AF

Black with #A433AF

Text Example


Text Example

White with #A433AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A433AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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