Html Css Color HEX #AF3AF0 Dark Orchid

📋 copy color: '#AF3AF0'

red 175 ◦ green 58 ◦ blue 240

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

Shades of Dark Orchid #AF3AF0

Tints of Dark Orchid #AF3AF0

RGB

 RED value IS 175 (68.75% from 255) = 37%

 GREEN value IS 58 (23.05% from 255) = 12.26%

 BLUE value IS 240 (94.14% from 255) = 50.74%

R = 37%
G = 12.26%
B = 50.74%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF3AF0 (or 0xAF3AF0) is known color: Dark Orchid. HEX triplet: AF, 3A and F0. RGB value is (175,58,240). Sum of RGB (Red+Green+Blue) = 175+58+240=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF3AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3AF0 is #50C50F. Grayscale: #717171. Windows color (decimal): -5293328 or 15743663. OLE color: 15743663.

HSL color Cylindrical-coordinate representation of color #AF3AF0: hue angle of 278.57º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF3AF0 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 58 240 -
CMYK 0.27 0.76 0 0.06
HSL 278.57º 0.86% 0.58% -
HSV(B) 278.57º 0.76% 0.94% -
XYZ 34.92 18.43 84.16 -
YUV 113.73 199.26 171.7 -
System Red Green Blue C M Y K H S L
Decimal 175 58 240 0.27 0.76 0 0.06 278.57 0.86 0.58
Hex AF 3A F0 1B 4C 0 6 117 56 3A
Octal 257 72 360 33 114 0 6 427 126 72
Binary 10101111 111010 11110000 11011 1001100 0 110 100010111 1010110 111010

Color Harmonies of #AF3AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3AF0

Black with #AF3AF0

Text Example


Text Example

White with #AF3AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3AF0; }

 p { color: rgb(175,58,240); }

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

background-color css

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

 a { background-color: rgb(175,58,240); }

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

border-color css

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

 span { border-color: rgb(175,58,240); }

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